Html Css Color HEX #214687 Fun Blue

📋 copy color: '#214687'

red 33 ◦ green 70 ◦ blue 135

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

Shades of Fun Blue #214687

Tints of Fun Blue #214687

RGB

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

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

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

R = 13.87%
G = 29.41%
B = 56.72%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#214687 (or 0x214687) is known color: Fun Blue. HEX triplet: 21, 46 and 87. RGB value is (33,70,135). Sum of RGB (Red+Green+Blue) = 33+70+135=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #214687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214687 is #DEB978. Grayscale: #424242. Windows color (decimal): -14596473 or 8865313. OLE color: 8865313.

HSL color Cylindrical-coordinate representation of color #214687: hue angle of 218.24º 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 #214687 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 70 135 -
CMYK 0.76 0.48 0 0.47
HSL 218.24º 0.61% 0.33% -
HSV(B) 218.24º 0.76% 0.53% -
XYZ 7.19 6.45 23.79 -
YUV 66.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 33 70 135 0.76 0.48 0 0.47 218.24 0.61 0.33
Hex 21 46 87 4C 30 0 2F DA 3D 21
Octal 41 106 207 114 60 0 57 332 75 41
Binary 100001 1000110 10000111 1001100 110000 0 101111 11011010 111101 100001

Color Harmonies of #214687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214687

Black with #214687

Text Example


Text Example

White with #214687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214687; }

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

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

background-color css

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

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

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

border-color css

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

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

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