Html Css Color HEX #21ADF6 Dodger Blue

📋 copy color: '#21ADF6'

red 33 ◦ green 173 ◦ blue 246

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

Shades of Dodger Blue #21ADF6

Tints of Dodger Blue #21ADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.42%

R = 7.3%
G = 38.27%
B = 54.42%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#21ADF6 (or 0x21ADF6) is known color: Dodger Blue. HEX triplet: 21, AD and F6. RGB value is (33,173,246). Sum of RGB (Red+Green+Blue) = 33+173+246=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #21ADF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ADF6 is #DE5209. Grayscale: #8B8B8B. Windows color (decimal): -14569994 or 16166177. OLE color: 16166177.

HSL color Cylindrical-coordinate representation of color #21ADF6: hue angle of 200.56º degrees, saturation: 0.92, 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 #21ADF6 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 173 246 -
CMYK 0.87 0.30 0 0.04
HSL 200.56º 0.92% 0.55% -
HSV(B) 200.56º 0.87% 0.96% -
XYZ 32.21 36.86 92.61 -
YUV 139.46 188.12 52.06 -
System Red Green Blue C M Y K H S L
Decimal 33 173 246 0.87 0.30 0 0.04 200.56 0.92 0.55
Hex 21 AD F6 57 1E 0 4 C9 5C 37
Octal 41 255 366 127 36 0 4 311 134 67
Binary 100001 10101101 11110110 1010111 11110 0 100 11001001 1011100 110111

Color Harmonies of #21ADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADF6

Black with #21ADF6

Text Example


Text Example

White with #21ADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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