#214FC7

Color #214FC7 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #214FC7

Tints of Cerulean Blue #214FC7

Color information

#214FC7 (or 0x214FC7) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4F and C7. RGB value is (33,79,199). Sum of RGB (Red+Green+Blue) = 33+79+199=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #214FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FC7 is #DEB038. Grayscale: #4E4E4E. Windows color (decimal): -14594105 or 13061921. OLE color: 13061921.

HSL color Cylindrical-coordinate representation of color #214FC7: hue angle of 223.37º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214FC7 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3379199-
CMYK0.830.6000.22
HSL223.37º71.55%45.49%-
HSV(B)223.37º83.42%78.04%-
XYZ13.7310.0455.25-
YUV78.93195.7695.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 199 (78.12% from 255) = 63.99%
R=10.61%
G=25.40%
B=63.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal33791990.830.6000.22223.3771.5545.49
Hex214FC7533C016df482d
Octal411173071237402633711055
Binary1000011001111110001111010011111100010110110111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214FC7; }

 p { color: rgb(33,79,199); }

 H1.HeaderClassName
 {
   color: #214FC7;
 }
 .AnyTagClassName
 {
   color: #214FC7;
 }
</style>
background-color css

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

 a { background-color: rgb(33,79,199); }

 div.DivClassName
 {
   background-color: #214FC7;
 }
 .BgClassName
 {
   background-color: #214FC7;
 }
</style>
border-color css

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

 span { border-color: rgb(33,79,199); }

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