Html Css Color HEX #214980 Fun Blue

📋 copy color: '#214980'

red 33 ◦ green 73 ◦ blue 128

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

Shades of Fun Blue #214980

Tints of Fun Blue #214980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 14.1%
G = 31.2%
B = 54.7%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#214980 (or 0x214980) is known color: Fun Blue. HEX triplet: 21, 49 and 80. RGB value is (33,73,128). Sum of RGB (Red+Green+Blue) = 33+73+128=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #214980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214980 is #DEB67F. Grayscale: #434343. Windows color (decimal): -14595712 or 8407329. OLE color: 8407329.

HSL color Cylindrical-coordinate representation of color #214980: hue angle of 214.74º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214980 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 73 128 -
CMYK 0.74 0.43 0 0.50
HSL 214.74º 0.59% 0.32% -
HSV(B) 214.74º 0.74% 0.5% -
XYZ 6.91 6.65 21.34 -
YUV 67.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 33 73 128 0.74 0.43 0 0.50 214.74 0.59 0.32
Hex 21 49 80 4A 2B 0 32 D7 3B 20
Octal 41 111 200 112 53 0 62 327 73 40
Binary 100001 1001001 10000000 1001010 101011 0 110010 11010111 111011 100000

Color Harmonies of #214980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214980

Black with #214980

Text Example


Text Example

White with #214980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214980; }

 p { color: rgb(33,73,128); }

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

background-color css

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

 a { background-color: rgb(33,73,128); }

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

border-color css

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

 span { border-color: rgb(33,73,128); }

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