Html Css Color HEX #214585 Fun Blue

📋 copy color: '#214585'

red 33 ◦ green 69 ◦ blue 133

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

Shades of Fun Blue #214585

Tints of Fun Blue #214585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

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

R = 14.04%
G = 29.36%
B = 56.6%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214585 (or 0x214585) is known color: Fun Blue. HEX triplet: 21, 45 and 85. RGB value is (33,69,133). Sum of RGB (Red+Green+Blue) = 33+69+133=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #214585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214585 is #DEBA7A. Grayscale: #414141. Windows color (decimal): -14596731 or 8733985. OLE color: 8733985.

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

Color convert

RGB 33 69 133 -
CMYK 0.75 0.48 0 0.48
HSL 218.4º 0.6% 0.33% -
HSV(B) 218.4º 0.75% 0.52% -
XYZ 6.99 6.27 23.03 -
YUV 65.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 33 69 133 0.75 0.48 0 0.48 218.4 0.6 0.33
Hex 21 45 85 4B 30 0 30 DA 3C 21
Octal 41 105 205 113 60 0 60 332 74 41
Binary 100001 1000101 10000101 1001011 110000 0 110000 11011010 111100 100001

Color Harmonies of #214585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214585

Black with #214585

Text Example


Text Example

White with #214585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214585; }

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

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

background-color css

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

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

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

border-color css

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

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

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