Html Css Color HEX #214185 Fun Blue

📋 copy color: '#214185'

red 33 ◦ green 65 ◦ blue 133

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

Shades of Fun Blue #214185

Tints of Fun Blue #214185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 14.29%
G = 28.14%
B = 57.58%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214185 (or 0x214185) is known color: Fun Blue. HEX triplet: 21, 41 and 85. RGB value is (33,65,133). Sum of RGB (Red+Green+Blue) = 33+65+133=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #214185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214185 is #DEBE7A. Grayscale: #3E3E3E. Windows color (decimal): -14597755 or 8732961. OLE color: 8732961.

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

Color convert

RGB 33 65 133 -
CMYK 0.75 0.51 0 0.48
HSL 220.8º 0.6% 0.33% -
HSV(B) 220.8º 0.75% 0.52% -
XYZ 6.75 5.8 22.95 -
YUV 63.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 33 65 133 0.75 0.51 0 0.48 220.8 0.6 0.33
Hex 21 41 85 4B 33 0 30 DD 3C 21
Octal 41 101 205 113 63 0 60 335 74 41
Binary 100001 1000001 10000101 1001011 110011 0 110000 11011101 111100 100001

Color Harmonies of #214185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214185

Black with #214185

Text Example


Text Example

White with #214185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214185; }

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

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

background-color css

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

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

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

border-color css

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

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

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