Html Css Color HEX #15AAFA Dodger Blue

📋 copy color: '#15AAFA'

red 21 ◦ green 170 ◦ blue 250

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

Shades of Dodger Blue #15AAFA

Tints of Dodger Blue #15AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

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

R = 4.76%
G = 38.55%
B = 56.69%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#15AAFA (or 0x15AAFA) is known color: Dodger Blue. HEX triplet: 15, AA and FA. RGB value is (21,170,250). Sum of RGB (Red+Green+Blue) = 21+170+250=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #15AAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAFA is #EA5505. Grayscale: #868686. Windows color (decimal): -15357190 or 16427541. OLE color: 16427541.

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

Color convert

RGB 21 170 250 -
CMYK 0.92 0.32 0 0.02
HSL 200.96º 0.96% 0.53% -
HSV(B) 200.96º 0.92% 0.98% -
XYZ 31.94 35.81 95.67 -
YUV 134.57 193.14 47 -
System Red Green Blue C M Y K H S L
Decimal 21 170 250 0.92 0.32 0 0.02 200.96 0.96 0.53
Hex 15 AA FA 5C 20 0 2 C9 60 35
Octal 25 252 372 134 40 0 2 311 140 65
Binary 10101 10101010 11111010 1011100 100000 0 10 11001001 1100000 110101

Color Harmonies of #15AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AAFA

Black with #15AAFA

Text Example


Text Example

White with #15AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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