Html Css Color HEX #21ABFF Dodger Blue

📋 copy color: '#21ABFF'

red 33 ◦ green 171 ◦ blue 255

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

Shades of Dodger Blue #21ABFF

Tints of Dodger Blue #21ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 255 (100% from 255) = 55.56%

R = 7.19%
G = 37.25%
B = 55.56%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#21ABFF (or 0x21ABFF) is known color: Dodger Blue. HEX triplet: 21, AB and FF. RGB value is (33,171,255). Sum of RGB (Red+Green+Blue) = 33+171+255=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #21ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ABFF is #DE5400. Grayscale: #8A8A8A. Windows color (decimal): -14570497 or 16755489. OLE color: 16755489.

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

Color convert

RGB 33 171 255 -
CMYK 0.87 0.33 0 0
HSL 202.7º 1% 0.56% -
HSV(B) 202.7º 0.87% 1% -
XYZ 33.24 36.67 99.93 -
YUV 139.31 193.28 52.17 -
System Red Green Blue C M Y K H S L
Decimal 33 171 255 0.87 0.33 0 0 202.7 1 0.56
Hex 21 AB FF 57 21 0 0 CB 64 38
Octal 41 253 377 127 41 0 0 313 144 70
Binary 100001 10101011 11111111 1010111 100001 0 0 11001011 1100100 111000

Color Harmonies of #21ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABFF

Black with #21ABFF

Text Example


Text Example

White with #21ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,171,255); }

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

background-color css

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

 a { background-color: rgb(33,171,255); }

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

border-color css

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

 span { border-color: rgb(33,171,255); }

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