Html Css Color HEX #15A2FA Dodger Blue

📋 copy color: '#15A2FA'

red 21 ◦ green 162 ◦ blue 250

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

Shades of Dodger Blue #15A2FA

Tints of Dodger Blue #15A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 4.85%
G = 37.41%
B = 57.74%

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

#15A2FA (or 0x15A2FA) is known color: Dodger Blue. HEX triplet: 15, A2 and FA. RGB value is (21,162,250). Sum of RGB (Red+Green+Blue) = 21+162+250=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #15A2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A2FA is #EA5D05. Grayscale: #818181. Windows color (decimal): -15359238 or 16425493. OLE color: 16425493.

HSL color Cylindrical-coordinate representation of color #15A2FA: hue angle of 203.06º degrees, saturation: 0.96, 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 #15A2FA is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 162 250 -
CMYK 0.92 0.35 0 0.02
HSL 203.06º 0.96% 0.53% -
HSV(B) 203.06º 0.92% 0.98% -
XYZ 30.48 32.9 95.19 -
YUV 129.87 195.79 50.34 -
System Red Green Blue C M Y K H S L
Decimal 21 162 250 0.92 0.35 0 0.02 203.06 0.96 0.53
Hex 15 A2 FA 5C 23 0 2 CB 60 35
Octal 25 242 372 134 43 0 2 313 140 65
Binary 10101 10100010 11111010 1011100 100011 0 10 11001011 1100000 110101

Color Harmonies of #15A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A2FA

Black with #15A2FA

Text Example


Text Example

White with #15A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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