Html Css Color HEX #21A2EF Dodger Blue

📋 copy color: '#21A2EF'

red 33 ◦ green 162 ◦ blue 239

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

Shades of Dodger Blue #21A2EF

Tints of Dodger Blue #21A2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.33%

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 7.6%
G = 37.33%
B = 55.07%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#21A2EF (or 0x21A2EF) is known color: Dodger Blue. HEX triplet: 21, A2 and EF. RGB value is (33,162,239). Sum of RGB (Red+Green+Blue) = 33+162+239=434 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.60% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #21A2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A2EF is #DE5D10. Grayscale: #838383. Windows color (decimal): -14572817 or 15704609. OLE color: 15704609.

HSL color Cylindrical-coordinate representation of color #21A2EF: hue angle of 202.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A2EF is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 162 239 -
CMYK 0.86 0.32 0 0.06
HSL 202.43º 0.87% 0.53% -
HSV(B) 202.43º 0.86% 0.94% -
XYZ 29.13 32.4 86.38 -
YUV 132.21 188.26 57.24 -
System Red Green Blue C M Y K H S L
Decimal 33 162 239 0.86 0.32 0 0.06 202.43 0.87 0.53
Hex 21 A2 EF 56 20 0 6 CA 57 35
Octal 41 242 357 126 40 0 6 312 127 65
Binary 100001 10100010 11101111 1010110 100000 0 110 11001010 1010111 110101

Color Harmonies of #21A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A2EF

Black with #21A2EF

Text Example


Text Example

White with #21A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,162,239); }

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

background-color css

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

 a { background-color: rgb(33,162,239); }

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

border-color css

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

 span { border-color: rgb(33,162,239); }

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