Html Css Color HEX #214780 Fun Blue

📋 copy color: '#214780'

red 33 ◦ green 71 ◦ blue 128

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

Shades of Fun Blue #214780

Tints of Fun Blue #214780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

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

R = 14.22%
G = 30.6%
B = 55.17%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#214780 (or 0x214780) is known color: Fun Blue. HEX triplet: 21, 47 and 80. RGB value is (33,71,128). Sum of RGB (Red+Green+Blue) = 33+71+128=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #214780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214780 is #DEB87F. Grayscale: #414141. Windows color (decimal): -14596224 or 8406817. OLE color: 8406817.

HSL color Cylindrical-coordinate representation of color #214780: hue angle of 216º 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 #214780 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 71 128 -
CMYK 0.74 0.45 0 0.50
HSL 216º 0.59% 0.32% -
HSV(B) 216º 0.74% 0.5% -
XYZ 6.78 6.39 21.3 -
YUV 66.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 33 71 128 0.74 0.45 0 0.50 216 0.59 0.32
Hex 21 47 80 4A 2D 0 32 D8 3B 20
Octal 41 107 200 112 55 0 62 330 73 40
Binary 100001 1000111 10000000 1001010 101101 0 110010 11011000 111011 100000

Color Harmonies of #214780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214780

Black with #214780

Text Example


Text Example

White with #214780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214780; }

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

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

background-color css

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

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

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

border-color css

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

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

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