#1EAFFF

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

Shades of Dodger Blue #1EAFFF

Tints of Dodger Blue #1EAFFF

Color information

#1EAFFF (or 0x1EAFFF) is unknown color: approx Dodger Blue. HEX triplet: 1E, AF and FF. RGB value is (30,175,255). Sum of RGB (Red+Green+Blue) = 30+175+255=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAFFF is #E15000. Grayscale: #8C8C8C. Windows color (decimal): -14766081 or 16756510. OLE color: 16756510.

HSL color Cylindrical-coordinate representation of color #1EAFFF: hue angle of 201.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EAFFF is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB30175255-
CMYK0.880.3100
HSL201.33º100%55.88%-
HSV(B)201.33º88.24%100%-
XYZ33.9238.16100.19-
YUV140.76192.4649-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.52%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 255 (100% from 255) = 55.43%
R=6.52%
G=38.04%
B=55.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal301752550.880.3100201.3310055.88
Hex1EAFFF581F00c96438
Octal36257377130370031114470
Binary11110101011111111111110110001111100110010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EAFFF; }

 p { color: rgb(30,175,255); }

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

<style>
 a { background-color: #1EAFFF; }

 a { background-color: rgb(30,175,255); }

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

<style>
 span { border-color: #1EAFFF; }

 span { border-color: rgb(30,175,255); }

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