Html Css Color HEX #214982 Fun Blue

📋 copy color: '#214982'

red 33 ◦ green 73 ◦ blue 130

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

Shades of Fun Blue #214982

Tints of Fun Blue #214982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 13.98%
G = 30.93%
B = 55.08%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#214982 (or 0x214982) is known color: Fun Blue. HEX triplet: 21, 49 and 82. RGB value is (33,73,130). Sum of RGB (Red+Green+Blue) = 33+73+130=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #214982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214982 is #DEB67D. Grayscale: #434343. Windows color (decimal): -14595710 or 8538401. OLE color: 8538401.

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

Color convert

RGB 33 73 130 -
CMYK 0.75 0.44 0 0.49
HSL 215.26º 0.6% 0.32% -
HSV(B) 215.26º 0.75% 0.51% -
XYZ 7.04 6.7 22.04 -
YUV 67.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 33 73 130 0.75 0.44 0 0.49 215.26 0.6 0.32
Hex 21 49 82 4B 2C 0 31 D7 3C 20
Octal 41 111 202 113 54 0 61 327 74 40
Binary 100001 1001001 10000010 1001011 101100 0 110001 11010111 111100 100000

Color Harmonies of #214982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214982

Black with #214982

Text Example


Text Example

White with #214982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214982; }

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

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

background-color css

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

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

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

border-color css

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

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

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