#1CAFFF

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

Shades of Dodger Blue #1CAFFF

Tints of Dodger Blue #1CAFFF

Color information

#1CAFFF (or 0x1CAFFF) is unknown color: approx Dodger Blue. HEX triplet: 1C, AF and FF. RGB value is (28,175,255). Sum of RGB (Red+Green+Blue) = 28+175+255=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAFFF is #E35000. Grayscale: #8B8B8B. Windows color (decimal): -14897153 or 16756508. OLE color: 16756508.

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

Color convert

RGB28175255-
CMYK0.890.3100
HSL201.15º100%55.49%-
HSV(B)201.15º89.02%100%-
XYZ33.8638.13100.18-
YUV140.17192.848-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.11%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 255 (100% from 255) = 55.68%
R=6.11%
G=38.21%
B=55.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal281752550.890.3100201.1510055.49
Hex1CAFFF591F00c96437
Octal34257377131370031114467
Binary11100101011111111111110110011111100110010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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