Html Css Color HEX #214283 Fun Blue

📋 copy color: '#214283'

red 33 ◦ green 66 ◦ blue 131

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

Shades of Fun Blue #214283

Tints of Fun Blue #214283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 131 (51.56% from 255) = 56.96%

R = 14.35%
G = 28.7%
B = 56.96%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#214283 (or 0x214283) is known color: Fun Blue. HEX triplet: 21, 42 and 83. RGB value is (33,66,131). Sum of RGB (Red+Green+Blue) = 33+66+131=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #214283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214283 is #DEBD7C. Grayscale: #3F3F3F. Windows color (decimal): -14597501 or 8602145. OLE color: 8602145.

HSL color Cylindrical-coordinate representation of color #214283: hue angle of 219.8º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214283 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 66 131 -
CMYK 0.75 0.50 0 0.49
HSL 219.8º 0.6% 0.32% -
HSV(B) 219.8º 0.75% 0.51% -
XYZ 6.67 5.86 22.25 -
YUV 63.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 33 66 131 0.75 0.50 0 0.49 219.8 0.6 0.32
Hex 21 42 83 4B 32 0 31 DC 3C 20
Octal 41 102 203 113 62 0 61 334 74 40
Binary 100001 1000010 10000011 1001011 110010 0 110001 11011100 111100 100000

Color Harmonies of #214283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214283

Black with #214283

Text Example


Text Example

White with #214283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214283; }

 p { color: rgb(33,66,131); }

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

background-color css

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

 a { background-color: rgb(33,66,131); }

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

border-color css

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

 span { border-color: rgb(33,66,131); }

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