Html Css Color HEX #214F9E Endeavour

📋 copy color: '#214F9E'

red 33 ◦ green 79 ◦ blue 158

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

Shades of Endeavour #214F9E

Tints of Endeavour #214F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 12.22%
G = 29.26%
B = 58.52%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#214F9E (or 0x214F9E) is known color: Endeavour. HEX triplet: 21, 4F and 9E. RGB value is (33,79,158). Sum of RGB (Red+Green+Blue) = 33+79+158=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #214F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214F9E is #DEB061. Grayscale: #494949. Windows color (decimal): -14594146 or 10374945. OLE color: 10374945.

HSL color Cylindrical-coordinate representation of color #214F9E: hue angle of 217.92º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #214F9E is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 79 158 -
CMYK 0.79 0.50 0 0.38
HSL 217.92º 0.65% 0.37% -
HSV(B) 217.92º 0.79% 0.62% -
XYZ 9.59 8.38 33.46 -
YUV 74.25 175.26 98.58 -
System Red Green Blue C M Y K H S L
Decimal 33 79 158 0.79 0.50 0 0.38 217.92 0.65 0.37
Hex 21 4F 9E 4F 32 0 26 DA 41 25
Octal 41 117 236 117 62 0 46 332 101 45
Binary 100001 1001111 10011110 1001111 110010 0 100110 11011010 1000001 100101

Color Harmonies of #214F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F9E

Black with #214F9E

Text Example


Text Example

White with #214F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214F9E; }

 p { color: rgb(33,79,158); }

 H1.HeaderClassName
 {
   color: #214F9E;
 }
 .AnyTagClassName
 {
   color: #214F9E;
 }
</style>

background-color css

<style>
 a { background-color: #214F9E; }

 a { background-color: rgb(33,79,158); }

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

border-color css

<style>
 span { border-color: #214F9E; }

 span { border-color: rgb(33,79,158); }

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