#1475E8

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

Shades of Dodger Blue #1475E8

Tints of Dodger Blue #1475E8

Color information

#1475E8 (or 0x1475E8) is unknown color: approx Dodger Blue. HEX triplet: 14, 75 and E8. RGB value is (20,117,232). Sum of RGB (Red+Green+Blue) = 20+117+232=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 232 (91.02% from 255 or 62.87% from 369); Max value from RGB is 232 - color contains mainly: blue. Hex color #1475E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1475E8 is #EB8A17. Grayscale: #646464. Windows color (decimal): -15436312 or 15234324. OLE color: 15234324.

HSL color Cylindrical-coordinate representation of color #1475E8: hue angle of 212.55º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1475E8 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20117232-
CMYK0.910.5000.09
HSL212.55º84.13%49.41%-
HSV(B)212.55º91.38%90.98%-
XYZ21.2218.778.83-
YUV101.11201.8670.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.42%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 232 (91.02% from 255) = 62.87%
R=5.42%
G=31.71%
B=62.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201172320.910.5000.09212.5584.1349.41
Hex1475E85B3209d55431
Octal241653501336201132512461
Binary10100111010111101000101101111001001001110101011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1475E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1475E8; }

 p { color: rgb(20,117,232); }

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

<style>
 a { background-color: #1475E8; }

 a { background-color: rgb(20,117,232); }

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

<style>
 span { border-color: #1475E8; }

 span { border-color: rgb(20,117,232); }

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