#1772EA

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

Shades of Dodger Blue #1772EA

Tints of Dodger Blue #1772EA

Color information

#1772EA (or 0x1772EA) is unknown color: approx Dodger Blue. HEX triplet: 17, 72 and EA. RGB value is (23,114,234). Sum of RGB (Red+Green+Blue) = 23+114+234=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #1772EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1772EA is #E88D15. Grayscale: #636363. Windows color (decimal): -15240470 or 15364631. OLE color: 15364631.

HSL color Cylindrical-coordinate representation of color #1772EA: hue angle of 214.12º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1772EA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23114234-
CMYK0.900.5100.08
HSL214.12º83.4%50.39%-
HSV(B)214.12º90.17%91.76%-
XYZ21.2218.1680.23-
YUV100.47203.3572.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.20%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 234 (91.80% from 255) = 63.07%
R=6.20%
G=30.73%
B=63.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231142340.900.5100.08214.1283.450.39
Hex1772EA5A3308d65332
Octal271623521326301032612362
Binary10111111001011101010101101011001101000110101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1772EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1772EA; }

 p { color: rgb(23,114,234); }

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

<style>
 a { background-color: #1772EA; }

 a { background-color: rgb(23,114,234); }

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

<style>
 span { border-color: #1772EA; }

 span { border-color: rgb(23,114,234); }

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