Html Css Color HEX #21707D Allports

📋 copy color: '#21707D'

red 33 ◦ green 112 ◦ blue 125

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

Shades of Allports #21707D

Tints of Allports #21707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 12.22%
G = 41.48%
B = 46.3%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21707D (or 0x21707D) is known color: Allports. HEX triplet: 21, 70 and 7D. RGB value is (33,112,125). Sum of RGB (Red+Green+Blue) = 33+112+125=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #21707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21707D is #DE8F82. Grayscale: #595959. Windows color (decimal): -14585731 or 8220705. OLE color: 8220705.

HSL color Cylindrical-coordinate representation of color #21707D: hue angle of 188.48º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21707D is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 112 125 -
CMYK 0.74 0.10 0 0.51
HSL 188.48º 0.58% 0.31% -
HSV(B) 188.48º 0.74% 0.49% -
XYZ 10.12 13.39 21.45 -
YUV 89.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 33 112 125 0.74 0.10 0 0.51 188.48 0.58 0.31
Hex 21 70 7D 4A A 0 33 BC 3A 1F
Octal 41 160 175 112 12 0 63 274 72 37
Binary 100001 1110000 1111101 1001010 1010 0 110011 10111100 111010 11111

Color Harmonies of #21707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21707D

Black with #21707D

Text Example


Text Example

White with #21707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21707D; }

 p { color: rgb(33,112,125); }

 H1.HeaderClassName
 {
   color: #21707D;
 }
 .AnyTagClassName
 {
   color: #21707D;
 }
</style>

background-color css

<style>
 a { background-color: #21707D; }

 a { background-color: rgb(33,112,125); }

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

border-color css

<style>
 span { border-color: #21707D; }

 span { border-color: rgb(33,112,125); }

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