Html Css Color HEX #214887 Fun Blue

📋 copy color: '#214887'

red 33 ◦ green 72 ◦ blue 135

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

Shades of Fun Blue #214887

Tints of Fun Blue #214887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 13.75%
G = 30%
B = 56.25%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#214887 (or 0x214887) is known color: Fun Blue. HEX triplet: 21, 48 and 87. RGB value is (33,72,135). Sum of RGB (Red+Green+Blue) = 33+72+135=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #214887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214887 is #DEB778. Grayscale: #434343. Windows color (decimal): -14595961 or 8865825. OLE color: 8865825.

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

Color convert

RGB 33 72 135 -
CMYK 0.76 0.47 0 0.47
HSL 217.06º 0.61% 0.33% -
HSV(B) 217.06º 0.76% 0.53% -
XYZ 7.32 6.71 23.83 -
YUV 67.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 33 72 135 0.76 0.47 0 0.47 217.06 0.61 0.33
Hex 21 48 87 4C 2F 0 2F D9 3D 21
Octal 41 110 207 114 57 0 57 331 75 41
Binary 100001 1001000 10000111 1001100 101111 0 101111 11011001 111101 100001

Color Harmonies of #214887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214887

Black with #214887

Text Example


Text Example

White with #214887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214887; }

 p { color: rgb(33,72,135); }

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

background-color css

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

 a { background-color: rgb(33,72,135); }

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

border-color css

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

 span { border-color: rgb(33,72,135); }

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