#1771F4

Color #1771F4 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1771F4

Tints of Dodger Blue #1771F4

Color information

#1771F4 (or 0x1771F4) is unknown color: approx Dodger Blue. HEX triplet: 17, 71 and F4. RGB value is (23,113,244). Sum of RGB (Red+Green+Blue) = 23+113+244=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 244 (95.70% from 255 or 64.21% from 380); Max value from RGB is 244 - color contains mainly: blue. Hex color #1771F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1771F4 is #E88E0B. Grayscale: #646464. Windows color (decimal): -15240716 or 16019735. OLE color: 16019735.

HSL color Cylindrical-coordinate representation of color #1771F4: hue angle of 215.57º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1771F4 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23113244-
CMYK0.910.5400.04
HSL215.57º90.95%52.35%-
HSV(B)215.57º90.57%95.69%-
XYZ22.5918.5287.97-
YUV101.02208.6872.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 6.05%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 244 (95.70% from 255) = 64.21%
R=6.05%
G=29.74%
B=64.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal231132440.910.5400.04215.5790.9552.35
Hex1771F45B3604d85b34
Octal27161364133660433013364
Binary1011111100011111010010110111101100100110110001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1771F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1771F4; }

 p { color: rgb(23,113,244); }

 H1.HeaderClassName
 {
   color: #1771F4;
 }
 .AnyTagClassName
 {
   color: #1771F4;
 }
</style>
background-color css

<style>
 a { background-color: #1771F4; }

 a { background-color: rgb(23,113,244); }

 div.DivClassName
 {
   background-color: #1771F4;
 }
 .BgClassName
 {
   background-color: #1771F4;
 }
</style>
border-color css

<style>
 span { border-color: #1771F4; }

 span { border-color: rgb(23,113,244); }

 td.TdClassName
 {
   border-color: #1771F4;
 }
 .TagClassName
 {
   border-color: #1771F4;
 }
</style>