Html Css Color HEX #21AAF5 Dodger Blue

📋 copy color: '#21AAF5'

red 33 ◦ green 170 ◦ blue 245

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

Shades of Dodger Blue #21AAF5

Tints of Dodger Blue #21AAF5

RGB

 RED value IS 33 (13.28% from 255) = 7.37%

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

 BLUE value IS 245 (96.09% from 255) = 54.69%

R = 7.37%
G = 37.95%
B = 54.69%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#21AAF5 (or 0x21AAF5) is known color: Dodger Blue. HEX triplet: 21, AA and F5. RGB value is (33,170,245). Sum of RGB (Red+Green+Blue) = 33+170+245=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #21AAF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AAF5 is #DE550A. Grayscale: #898989. Windows color (decimal): -14570763 or 16099873. OLE color: 16099873.

HSL color Cylindrical-coordinate representation of color #21AAF5: hue angle of 201.23º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21AAF5 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 170 245 -
CMYK 0.87 0.31 0 0.04
HSL 201.23º 0.91% 0.55% -
HSV(B) 201.23º 0.87% 0.96% -
XYZ 31.48 35.67 91.61 -
YUV 137.59 188.61 53.4 -
System Red Green Blue C M Y K H S L
Decimal 33 170 245 0.87 0.31 0 0.04 201.23 0.91 0.55
Hex 21 AA F5 57 1F 0 4 C9 5B 37
Octal 41 252 365 127 37 0 4 311 133 67
Binary 100001 10101010 11110101 1010111 11111 0 100 11001001 1011011 110111

Color Harmonies of #21AAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AAF5

Black with #21AAF5

Text Example


Text Example

White with #21AAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21AAF5; }

 p { color: rgb(33,170,245); }

 H1.HeaderClassName
 {
   color: #21AAF5;
 }
 .AnyTagClassName
 {
   color: #21AAF5;
 }
</style>

background-color css

<style>
 a { background-color: #21AAF5; }

 a { background-color: rgb(33,170,245); }

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

border-color css

<style>
 span { border-color: #21AAF5; }

 span { border-color: rgb(33,170,245); }

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