Html Css Color HEX #21ABFB Dodger Blue

📋 copy color: '#21ABFB'

red 33 ◦ green 171 ◦ blue 251

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

Shades of Dodger Blue #21ABFB

Tints of Dodger Blue #21ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 7.25%
G = 37.58%
B = 55.16%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21ABFB (or 0x21ABFB) is known color: Dodger Blue. HEX triplet: 21, AB and FB. RGB value is (33,171,251). Sum of RGB (Red+Green+Blue) = 33+171+251=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #21ABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ABFB is #DE5404. Grayscale: #8A8A8A. Windows color (decimal): -14570501 or 16493345. OLE color: 16493345.

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

Color convert

RGB 33 171 251 -
CMYK 0.87 0.32 0 0.02
HSL 202.02º 0.96% 0.56% -
HSV(B) 202.02º 0.87% 0.98% -
XYZ 32.6 36.41 96.58 -
YUV 138.86 191.28 52.5 -
System Red Green Blue C M Y K H S L
Decimal 33 171 251 0.87 0.32 0 0.02 202.02 0.96 0.56
Hex 21 AB FB 57 20 0 2 CA 60 38
Octal 41 253 373 127 40 0 2 312 140 70
Binary 100001 10101011 11111011 1010111 100000 0 10 11001010 1100000 111000

Color Harmonies of #21ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABFB

Black with #21ABFB

Text Example


Text Example

White with #21ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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