Html Css Color HEX #15A2EF Dodger Blue

📋 copy color: '#15A2EF'

red 21 ◦ green 162 ◦ blue 239

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

Shades of Dodger Blue #15A2EF

Tints of Dodger Blue #15A2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 4.98%
G = 38.39%
B = 56.64%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#15A2EF (or 0x15A2EF) is known color: Dodger Blue. HEX triplet: 15, A2 and EF. RGB value is (21,162,239). Sum of RGB (Red+Green+Blue) = 21+162+239=422 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.98% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #15A2EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A2EF is #EA5D10. Grayscale: #808080. Windows color (decimal): -15359249 or 15704597. OLE color: 15704597.

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

Color convert

RGB 21 162 239 -
CMYK 0.91 0.32 0 0.06
HSL 201.19º 0.87% 0.51% -
HSV(B) 201.19º 0.91% 0.94% -
XYZ 28.81 32.23 86.36 -
YUV 128.62 190.29 51.24 -
System Red Green Blue C M Y K H S L
Decimal 21 162 239 0.91 0.32 0 0.06 201.19 0.87 0.51
Hex 15 A2 EF 5B 20 0 6 C9 57 33
Octal 25 242 357 133 40 0 6 311 127 63
Binary 10101 10100010 11101111 1011011 100000 0 110 11001001 1010111 110011

Color Harmonies of #15A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A2EF

Black with #15A2EF

Text Example


Text Example

White with #15A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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