Html Css Color HEX #214985 Fun Blue

📋 copy color: '#214985'

red 33 ◦ green 73 ◦ blue 133

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

Shades of Fun Blue #214985

Tints of Fun Blue #214985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 13.81%
G = 30.54%
B = 55.65%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214985 (or 0x214985) is known color: Fun Blue. HEX triplet: 21, 49 and 85. RGB value is (33,73,133). Sum of RGB (Red+Green+Blue) = 33+73+133=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #214985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214985 is #DEB67A. Grayscale: #434343. Windows color (decimal): -14595707 or 8735009. OLE color: 8735009.

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

Color convert

RGB 33 73 133 -
CMYK 0.75 0.45 0 0.48
HSL 216º 0.6% 0.33% -
HSV(B) 216º 0.75% 0.52% -
XYZ 7.24 6.78 23.12 -
YUV 67.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 33 73 133 0.75 0.45 0 0.48 216 0.6 0.33
Hex 21 49 85 4B 2D 0 30 D8 3C 21
Octal 41 111 205 113 55 0 60 330 74 41
Binary 100001 1001001 10000101 1001011 101101 0 110000 11011000 111100 100001

Color Harmonies of #214985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214985

Black with #214985

Text Example


Text Example

White with #214985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214985; }

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

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

background-color css

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

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

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

border-color css

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

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

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