#214BB7

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

Shades of Cerulean Blue #214BB7

Tints of Cerulean Blue #214BB7

Color information

#214BB7 (or 0x214BB7) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4B and B7. RGB value is (33,75,183). Sum of RGB (Red+Green+Blue) = 33+75+183=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 183 (71.88% from 255 or 62.89% from 291); Max value from RGB is 183 - color contains mainly: blue. Hex color #214BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BB7 is #DEB448. Grayscale: #4A4A4A. Windows color (decimal): -14595145 or 12012321. OLE color: 12012321.

HSL color Cylindrical-coordinate representation of color #214BB7: hue angle of 223.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214BB7 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3375183-
CMYK0.820.5900.28
HSL223.2º69.44%42.35%-
HSV(B)223.2º81.97%71.76%-
XYZ11.698.7745.88-
YUV74.75189.0998.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 75 (29.69% from 255) = 25.77%
BLUE value IS 183 (71.88% from 255) = 62.89%
R=11.34%
G=25.77%
B=62.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33751830.820.5900.28223.269.4442.35
Hex214BB7523B01Cdf452a
Octal411132671227303433710552
Binary1000011001011101101111010010111011011100110111111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,75,183); }

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

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

 a { background-color: rgb(33,75,183); }

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

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

 span { border-color: rgb(33,75,183); }

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