Html Css Color HEX #21ABFD Dodger Blue

📋 copy color: '#21ABFD'

red 33 ◦ green 171 ◦ blue 253

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

Shades of Dodger Blue #21ABFD

Tints of Dodger Blue #21ABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 7.22%
G = 37.42%
B = 55.36%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#21ABFD (or 0x21ABFD) is known color: Dodger Blue. HEX triplet: 21, AB and FD. RGB value is (33,171,253). Sum of RGB (Red+Green+Blue) = 33+171+253=457 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.22% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #21ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ABFD is #DE5402. Grayscale: #8A8A8A. Windows color (decimal): -14570499 or 16624417. OLE color: 16624417.

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

Color convert

RGB 33 171 253 -
CMYK 0.87 0.32 0 0.01
HSL 202.36º 0.98% 0.56% -
HSV(B) 202.36º 0.87% 0.99% -
XYZ 32.92 36.54 98.25 -
YUV 139.09 192.28 52.33 -
System Red Green Blue C M Y K H S L
Decimal 33 171 253 0.87 0.32 0 0.01 202.36 0.98 0.56
Hex 21 AB FD 57 20 0 1 CA 62 38
Octal 41 253 375 127 40 0 1 312 142 70
Binary 100001 10101011 11111101 1010111 100000 0 1 11001010 1100010 111000

Color Harmonies of #21ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABFD

Black with #21ABFD

Text Example


Text Example

White with #21ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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