#15A0F3

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

Shades of Dodger Blue #15A0F3

Tints of Dodger Blue #15A0F3

Color information

#15A0F3 (or 0x15A0F3) is unknown color: approx Dodger Blue. HEX triplet: 15, A0 and F3. RGB value is (21,160,243). Sum of RGB (Red+Green+Blue) = 21+160+243=424 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.95% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #15A0F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A0F3 is #EA5F0C. Grayscale: #7F7F7F. Windows color (decimal): -15359757 or 15966229. OLE color: 15966229.

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

Color convert

RGB21160243-
CMYK0.910.3400.05
HSL202.43º90.24%51.76%-
HSV(B)202.43º91.36%95.29%-
XYZ29.0631.7789.4-
YUV127.9192.9551.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.95%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 243 (95.31% from 255) = 57.31%
R=4.95%
G=37.74%
B=57.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211602430.910.3400.05202.4390.2451.76
Hex15A0F35B2205ca5a34
Octal25240363133420531213264
Binary10101101000001111001110110111000100101110010101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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