Html Css Color HEX #21A7F0 Dodger Blue

📋 copy color: '#21A7F0'

red 33 ◦ green 167 ◦ blue 240

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

Shades of Dodger Blue #21A7F0

Tints of Dodger Blue #21A7F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.55%

R = 7.5%
G = 37.95%
B = 54.55%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#21A7F0 (or 0x21A7F0) is known color: Dodger Blue. HEX triplet: 21, A7 and F0. RGB value is (33,167,240). Sum of RGB (Red+Green+Blue) = 33+167+240=440 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.5% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #21A7F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A7F0 is #DE580F. Grayscale: #868686. Windows color (decimal): -14571536 or 15771425. OLE color: 15771425.

HSL color Cylindrical-coordinate representation of color #21A7F0: hue angle of 201.16º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A7F0 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 167 240 -
CMYK 0.86 0.30 0 0.06
HSL 201.16º 0.87% 0.54% -
HSV(B) 201.16º 0.86% 0.94% -
XYZ 30.17 34.25 87.46 -
YUV 135.26 187.11 55.06 -
System Red Green Blue C M Y K H S L
Decimal 33 167 240 0.86 0.30 0 0.06 201.16 0.87 0.54
Hex 21 A7 F0 56 1E 0 6 C9 57 36
Octal 41 247 360 126 36 0 6 311 127 66
Binary 100001 10100111 11110000 1010110 11110 0 110 11001001 1010111 110110

Color Harmonies of #21A7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A7F0

Black with #21A7F0

Text Example


Text Example

White with #21A7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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