Html Css Color HEX #15A2FF Dodger Blue

📋 copy color: '#15A2FF'

red 21 ◦ green 162 ◦ blue 255

#15A2FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #15A2FF

Tints of Dodger Blue #15A2FF

RGB

 RED value IS 21 (8.59% from 255) = 4.79%

 GREEN value IS 162 (63.67% from 255) = 36.99%

 BLUE value IS 255 (100% from 255) = 58.22%

R = 4.79%
G = 36.99%
B = 58.22%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#15A2FF (or 0x15A2FF) is known color: Dodger Blue. HEX triplet: 15, A2 and FF. RGB value is (21,162,255). Sum of RGB (Red+Green+Blue) = 21+162+255=438 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.79% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #15A2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A2FF is #EA5D00. Grayscale: #818181. Windows color (decimal): -15359233 or 16753173. OLE color: 16753173.

HSL color Cylindrical-coordinate representation of color #15A2FF: hue angle of 203.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15A2FF is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 162 255 -
CMYK 0.92 0.36 0 0
HSL 203.85º 1% 0.54% -
HSV(B) 203.85º 0.92% 1% -
XYZ 31.28 33.22 99.37 -
YUV 130.44 198.29 49.94 -
System Red Green Blue C M Y K H S L
Decimal 21 162 255 0.92 0.36 0 0 203.85 1 0.54
Hex 15 A2 FF 5C 24 0 0 CC 64 36
Octal 25 242 377 134 44 0 0 314 144 66
Binary 10101 10100010 11111111 1011100 100100 0 0 11001100 1100100 110110

Color Harmonies of #15A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A2FF

Black with #15A2FF

Text Example


Text Example

White with #15A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15A2FF;
 }
 .AnyTagClassName
 {
   color: #15A2FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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