Html Css Color HEX #21A1EB Dodger Blue

📋 copy color: '#21A1EB'

red 33 ◦ green 161 ◦ blue 235

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

Shades of Dodger Blue #21A1EB

Tints of Dodger Blue #21A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 235 (92.19% from 255) = 54.78%

R = 7.69%
G = 37.53%
B = 54.78%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#21A1EB (or 0x21A1EB) is known color: Dodger Blue. HEX triplet: 21, A1 and EB. RGB value is (33,161,235). Sum of RGB (Red+Green+Blue) = 33+161+235=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #21A1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A1EB is #DE5E14. Grayscale: #828282. Windows color (decimal): -14573077 or 15442209. OLE color: 15442209.

HSL color Cylindrical-coordinate representation of color #21A1EB: hue angle of 201.98º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A1EB is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 161 235 -
CMYK 0.86 0.31 0 0.08
HSL 201.98º 0.83% 0.53% -
HSV(B) 201.98º 0.86% 0.92% -
XYZ 28.37 31.81 83.24 -
YUV 131.16 186.59 57.98 -
System Red Green Blue C M Y K H S L
Decimal 33 161 235 0.86 0.31 0 0.08 201.98 0.83 0.53
Hex 21 A1 EB 56 1F 0 8 CA 53 35
Octal 41 241 353 126 37 0 10 312 123 65
Binary 100001 10100001 11101011 1010110 11111 0 1000 11001010 1010011 110101

Color Harmonies of #21A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A1EB

Black with #21A1EB

Text Example


Text Example

White with #21A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,161,235); }

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

background-color css

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

 a { background-color: rgb(33,161,235); }

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

border-color css

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

 span { border-color: rgb(33,161,235); }

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