#1CA0F8

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

Shades of Dodger Blue #1CA0F8

Tints of Dodger Blue #1CA0F8

Color information

#1CA0F8 (or 0x1CA0F8) is unknown color: approx Dodger Blue. HEX triplet: 1C, A0 and F8. RGB value is (28,160,248). Sum of RGB (Red+Green+Blue) = 28+160+248=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #1CA0F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA0F8 is #E35F07. Grayscale: #828282. Windows color (decimal): -14901000 or 16293916. OLE color: 16293916.

HSL color Cylindrical-coordinate representation of color #1CA0F8: hue angle of 204º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CA0F8 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB28160248-
CMYK0.890.3500.03
HSL204º94.02%54.12%-
HSV(B)204º88.71%97.25%-
XYZ29.9932.1793.43-
YUV130.56194.2754.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.42%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 248 (97.27% from 255) = 56.88%
R=6.42%
G=36.70%
B=56.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal281602480.890.3500.0320494.0254.12
Hex1CA0F8592303cc5e36
Octal34240370131430331413666
Binary1110010100000111110001011001100011011110011001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,160,248); }

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

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

 a { background-color: rgb(28,160,248); }

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

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

 span { border-color: rgb(28,160,248); }

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