Html Css Color HEX #21AFFC Dodger Blue

📋 copy color: '#21AFFC'

red 33 ◦ green 175 ◦ blue 252

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

Shades of Dodger Blue #21AFFC

Tints of Dodger Blue #21AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 7.17%
G = 38.04%
B = 54.78%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#21AFFC (or 0x21AFFC) is known color: Dodger Blue. HEX triplet: 21, AF and FC. RGB value is (33,175,252). Sum of RGB (Red+Green+Blue) = 33+175+252=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #21AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AFFC is #DE5003. Grayscale: #8C8C8C. Windows color (decimal): -14569476 or 16559905. OLE color: 16559905.

HSL color Cylindrical-coordinate representation of color #21AFFC: hue angle of 201.1º degrees, saturation: 0.97, 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 #21AFFC is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 175 252 -
CMYK 0.87 0.31 0 0.01
HSL 201.1º 0.97% 0.56% -
HSV(B) 201.1º 0.87% 0.99% -
XYZ 33.53 38.01 97.67 -
YUV 141.32 190.46 50.74 -
System Red Green Blue C M Y K H S L
Decimal 33 175 252 0.87 0.31 0 0.01 201.1 0.97 0.56
Hex 21 AF FC 57 1F 0 1 C9 61 38
Octal 41 257 374 127 37 0 1 311 141 70
Binary 100001 10101111 11111100 1010111 11111 0 1 11001001 1100001 111000

Color Harmonies of #21AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AFFC

Black with #21AFFC

Text Example


Text Example

White with #21AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,175,252); }

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

background-color css

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

 a { background-color: rgb(33,175,252); }

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

border-color css

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

 span { border-color: rgb(33,175,252); }

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