Html Css Color HEX #214084 Fun Blue

📋 copy color: '#214084'

red 33 ◦ green 64 ◦ blue 132

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

Shades of Fun Blue #214084

Tints of Fun Blue #214084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 132 (51.95% from 255) = 57.64%

R = 14.41%
G = 27.95%
B = 57.64%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214084 (or 0x214084) is known color: Fun Blue. HEX triplet: 21, 40 and 84. RGB value is (33,64,132). Sum of RGB (Red+Green+Blue) = 33+64+132=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #214084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214084 is #DEBF7B. Grayscale: #3E3E3E. Windows color (decimal): -14598012 or 8667169. OLE color: 8667169.

HSL color Cylindrical-coordinate representation of color #214084: hue angle of 221.21º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214084 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 64 132 -
CMYK 0.75 0.52 0 0.48
HSL 221.21º 0.6% 0.32% -
HSV(B) 221.21º 0.75% 0.52% -
XYZ 6.63 5.66 22.57 -
YUV 62.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 33 64 132 0.75 0.52 0 0.48 221.21 0.6 0.32
Hex 21 40 84 4B 34 0 30 DD 3C 20
Octal 41 100 204 113 64 0 60 335 74 40
Binary 100001 1000000 10000100 1001011 110100 0 110000 11011101 111100 100000

Color Harmonies of #214084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214084

Black with #214084

Text Example


Text Example

White with #214084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214084; }

 p { color: rgb(33,64,132); }

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

background-color css

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

 a { background-color: rgb(33,64,132); }

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

border-color css

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

 span { border-color: rgb(33,64,132); }

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