Html Css Color HEX #15A2FB Dodger Blue

📋 copy color: '#15A2FB'

red 21 ◦ green 162 ◦ blue 251

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

Shades of Dodger Blue #15A2FB

Tints of Dodger Blue #15A2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 4.84%
G = 37.33%
B = 57.83%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#15A2FB (or 0x15A2FB) is known color: Dodger Blue. HEX triplet: 15, A2 and FB. RGB value is (21,162,251). Sum of RGB (Red+Green+Blue) = 21+162+251=434 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.84% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #15A2FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A2FB is #EA5D04. Grayscale: #818181. Windows color (decimal): -15359237 or 16491029. OLE color: 16491029.

HSL color Cylindrical-coordinate representation of color #15A2FB: hue angle of 203.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15A2FB is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 162 251 -
CMYK 0.92 0.35 0 0.02
HSL 203.22º 0.97% 0.53% -
HSV(B) 203.22º 0.92% 0.98% -
XYZ 30.64 32.97 96.01 -
YUV 129.99 196.29 50.26 -
System Red Green Blue C M Y K H S L
Decimal 21 162 251 0.92 0.35 0 0.02 203.22 0.97 0.53
Hex 15 A2 FB 5C 23 0 2 CB 61 35
Octal 25 242 373 134 43 0 2 313 141 65
Binary 10101 10100010 11111011 1011100 100011 0 10 11001011 1100001 110101

Color Harmonies of #15A2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A2FB

Black with #15A2FB

Text Example


Text Example

White with #15A2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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