Html Css Color HEX #214789 Fun Blue

📋 copy color: '#214789'

red 33 ◦ green 71 ◦ blue 137

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

Shades of Fun Blue #214789

Tints of Fun Blue #214789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.85%

R = 13.69%
G = 29.46%
B = 56.85%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#214789 (or 0x214789) is known color: Fun Blue. HEX triplet: 21, 47 and 89. RGB value is (33,71,137). Sum of RGB (Red+Green+Blue) = 33+71+137=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #214789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214789 is #DEB876. Grayscale: #424242. Windows color (decimal): -14596215 or 8996641. OLE color: 8996641.

HSL color Cylindrical-coordinate representation of color #214789: hue angle of 218.08º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214789 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 71 137 -
CMYK 0.76 0.48 0 0.46
HSL 218.08º 0.61% 0.33% -
HSV(B) 218.08º 0.76% 0.54% -
XYZ 7.4 6.64 24.56 -
YUV 67.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 33 71 137 0.76 0.48 0 0.46 218.08 0.61 0.33
Hex 21 47 89 4C 30 0 2E DA 3D 21
Octal 41 107 211 114 60 0 56 332 75 41
Binary 100001 1000111 10001001 1001100 110000 0 101110 11011010 111101 100001

Color Harmonies of #214789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214789

Black with #214789

Text Example


Text Example

White with #214789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214789; }

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

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

background-color css

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

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

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

border-color css

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

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

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