Html Css Color HEX #21A7FA Dodger Blue

📋 copy color: '#21A7FA'

red 33 ◦ green 167 ◦ blue 250

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

Shades of Dodger Blue #21A7FA

Tints of Dodger Blue #21A7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 7.33%
G = 37.11%
B = 55.56%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21A7FA (or 0x21A7FA) is known color: Dodger Blue. HEX triplet: 21, A7 and FA. RGB value is (33,167,250). Sum of RGB (Red+Green+Blue) = 33+167+250=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #21A7FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A7FA is #DE5805. Grayscale: #878787. Windows color (decimal): -14571526 or 16426785. OLE color: 16426785.

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

Color convert

RGB 33 167 250 -
CMYK 0.87 0.33 0 0.02
HSL 202.95º 0.96% 0.55% -
HSV(B) 202.95º 0.87% 0.98% -
XYZ 31.7 34.86 95.5 -
YUV 136.4 192.11 54.25 -
System Red Green Blue C M Y K H S L
Decimal 33 167 250 0.87 0.33 0 0.02 202.95 0.96 0.55
Hex 21 A7 FA 57 21 0 2 CB 60 37
Octal 41 247 372 127 41 0 2 313 140 67
Binary 100001 10100111 11111010 1010111 100001 0 10 11001011 1100000 110111

Color Harmonies of #21A7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A7FA

Black with #21A7FA

Text Example


Text Example

White with #21A7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,167,250); }

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

background-color css

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

 a { background-color: rgb(33,167,250); }

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

border-color css

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

 span { border-color: rgb(33,167,250); }

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