Html Css Color HEX #15AAFC Dodger Blue

📋 copy color: '#15AAFC'

red 21 ◦ green 170 ◦ blue 252

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

Shades of Dodger Blue #15AAFC

Tints of Dodger Blue #15AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 4.74%
G = 38.37%
B = 56.88%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#15AAFC (or 0x15AAFC) is known color: Dodger Blue. HEX triplet: 15, AA and FC. RGB value is (21,170,252). Sum of RGB (Red+Green+Blue) = 21+170+252=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #15AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAFC is #EA5503. Grayscale: #868686. Windows color (decimal): -15357188 or 16558613. OLE color: 16558613.

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

Color convert

RGB 21 170 252 -
CMYK 0.92 0.33 0 0.01
HSL 201.3º 0.97% 0.54% -
HSV(B) 201.3º 0.92% 0.99% -
XYZ 32.25 35.94 97.33 -
YUV 134.8 194.14 46.83 -
System Red Green Blue C M Y K H S L
Decimal 21 170 252 0.92 0.33 0 0.01 201.3 0.97 0.54
Hex 15 AA FC 5C 21 0 1 C9 61 36
Octal 25 252 374 134 41 0 1 311 141 66
Binary 10101 10101010 11111100 1011100 100001 0 1 11001001 1100001 110110

Color Harmonies of #15AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AAFC

Black with #15AAFC

Text Example


Text Example

White with #15AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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