Html Css Color HEX #214E9F Endeavour

📋 copy color: '#214E9F'

red 33 ◦ green 78 ◦ blue 159

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

Shades of Endeavour #214E9F

Tints of Endeavour #214E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.89%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 12.22%
G = 28.89%
B = 58.89%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#214E9F (or 0x214E9F) is known color: Endeavour. HEX triplet: 21, 4E and 9F. RGB value is (33,78,159). Sum of RGB (Red+Green+Blue) = 33+78+159=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #214E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E9F is #DEB160. Grayscale: #494949. Windows color (decimal): -14594401 or 10440225. OLE color: 10440225.

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

Color convert

RGB 33 78 159 -
CMYK 0.79 0.51 0 0.38
HSL 218.57º 0.66% 0.38% -
HSV(B) 218.57º 0.79% 0.62% -
XYZ 9.61 8.28 33.89 -
YUV 73.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 33 78 159 0.79 0.51 0 0.38 218.57 0.66 0.38
Hex 21 4E 9F 4F 33 0 26 DB 42 26
Octal 41 116 237 117 63 0 46 333 102 46
Binary 100001 1001110 10011111 1001111 110011 0 100110 11011011 1000010 100110

Color Harmonies of #214E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E9F

Black with #214E9F

Text Example


Text Example

White with #214E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,78,159); }

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

background-color css

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

 a { background-color: rgb(33,78,159); }

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

border-color css

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

 span { border-color: rgb(33,78,159); }

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