Html Css Color HEX #214679 Fun Blue

📋 copy color: '#214679'

red 33 ◦ green 70 ◦ blue 121

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

Shades of Fun Blue #214679

Tints of Fun Blue #214679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 14.73%
G = 31.25%
B = 54.02%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214679 (or 0x214679) is known color: Fun Blue. HEX triplet: 21, 46 and 79. RGB value is (33,70,121). Sum of RGB (Red+Green+Blue) = 33+70+121=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #214679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214679 is #DEB986. Grayscale: #404040. Windows color (decimal): -14596487 or 7947809. OLE color: 7947809.

HSL color Cylindrical-coordinate representation of color #214679: hue angle of 214.77º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214679 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 70 121 -
CMYK 0.73 0.42 0 0.53
HSL 214.77º 0.57% 0.3% -
HSV(B) 214.77º 0.73% 0.47% -
XYZ 6.27 6.08 18.93 -
YUV 64.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 33 70 121 0.73 0.42 0 0.53 214.77 0.57 0.3
Hex 21 46 79 49 2A 0 35 D7 39 1E
Octal 41 106 171 111 52 0 65 327 71 36
Binary 100001 1000110 1111001 1001001 101010 0 110101 11010111 111001 11110

Color Harmonies of #214679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214679

Black with #214679

Text Example


Text Example

White with #214679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214679; }

 p { color: rgb(33,70,121); }

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

background-color css

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

 a { background-color: rgb(33,70,121); }

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

border-color css

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

 span { border-color: rgb(33,70,121); }

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