#15A2EE

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

Shades of Dodger Blue #15A2EE

Tints of Dodger Blue #15A2EE

Color information

#15A2EE (or 0x15A2EE) is unknown color: approx Dodger Blue. HEX triplet: 15, A2 and EE. RGB value is (21,162,238). Sum of RGB (Red+Green+Blue) = 21+162+238=421 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.99% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #15A2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A2EE is #EA5D11. Grayscale: #808080. Windows color (decimal): -15359250 or 15639061. OLE color: 15639061.

HSL color Cylindrical-coordinate representation of color #15A2EE: hue angle of 201.01º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A2EE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21162238-
CMYK0.910.3200.07
HSL201.01º86.45%50.78%-
HSV(B)201.01º91.18%93.33%-
XYZ28.6632.1785.59-
YUV128.5189.7951.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.99%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 238 (93.36% from 255) = 56.53%
R=4.99%
G=38.48%
B=56.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211622380.910.3200.07201.0186.4550.78
Hex15A2EE5B2007c95633
Octal25242356133400731112663
Binary10101101000101110111010110111000000111110010011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,162,238); }

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

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

 a { background-color: rgb(21,162,238); }

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

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

 span { border-color: rgb(21,162,238); }

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