#15A0F4

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

Shades of Dodger Blue #15A0F4

Tints of Dodger Blue #15A0F4

Color information

#15A0F4 (or 0x15A0F4) is unknown color: approx Dodger Blue. HEX triplet: 15, A0 and F4. RGB value is (21,160,244). Sum of RGB (Red+Green+Blue) = 21+160+244=425 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.94% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 244 (95.70% from 255 or 57.41% from 425); Max value from RGB is 244 - color contains mainly: blue. Hex color #15A0F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A0F4 is #EA5F0B. Grayscale: #7F7F7F. Windows color (decimal): -15359756 or 16031765. OLE color: 16031765.

HSL color Cylindrical-coordinate representation of color #15A0F4: hue angle of 202.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A0F4 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21160244-
CMYK0.910.3400.04
HSL202.6º91.02%51.96%-
HSV(B)202.6º91.39%95.69%-
XYZ29.2131.8390.19-
YUV128.01193.4551.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.94%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 244 (95.70% from 255) = 57.41%
R=4.94%
G=37.65%
B=57.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211602440.910.3400.04202.691.0251.96
Hex15A0F45B2204cb5b34
Octal25240364133420431313364
Binary10101101000001111010010110111000100100110010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A0F4; }

 p { color: rgb(21,160,244); }

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

<style>
 a { background-color: #15A0F4; }

 a { background-color: rgb(21,160,244); }

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

<style>
 span { border-color: #15A0F4; }

 span { border-color: rgb(21,160,244); }

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