Html Css Color HEX #21ADFC Dodger Blue

📋 copy color: '#21ADFC'

red 33 ◦ green 173 ◦ blue 252

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

Shades of Dodger Blue #21ADFC

Tints of Dodger Blue #21ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.77%

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

R = 7.21%
G = 37.77%
B = 55.02%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#21ADFC (or 0x21ADFC) is known color: Dodger Blue. HEX triplet: 21, AD and FC. RGB value is (33,173,252). Sum of RGB (Red+Green+Blue) = 33+173+252=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #21ADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ADFC is #DE5203. Grayscale: #8B8B8B. Windows color (decimal): -14569988 or 16559393. OLE color: 16559393.

HSL color Cylindrical-coordinate representation of color #21ADFC: hue angle of 201.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21ADFC is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 173 252 -
CMYK 0.87 0.31 0 0.01
HSL 201.64º 0.97% 0.56% -
HSV(B) 201.64º 0.87% 0.99% -
XYZ 33.14 37.24 97.54 -
YUV 140.15 191.12 51.58 -
System Red Green Blue C M Y K H S L
Decimal 33 173 252 0.87 0.31 0 0.01 201.64 0.97 0.56
Hex 21 AD FC 57 1F 0 1 CA 61 38
Octal 41 255 374 127 37 0 1 312 141 70
Binary 100001 10101101 11111100 1010111 11111 0 1 11001010 1100001 111000

Color Harmonies of #21ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADFC

Black with #21ADFC

Text Example


Text Example

White with #21ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,173,252); }

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

background-color css

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

 a { background-color: rgb(33,173,252); }

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

border-color css

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

 span { border-color: rgb(33,173,252); }

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