#214FCB

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

Shades of Cerulean Blue #214FCB

Tints of Cerulean Blue #214FCB

Color information

#214FCB (or 0x214FCB) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4F and CB. RGB value is (33,79,203). Sum of RGB (Red+Green+Blue) = 33+79+203=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #214FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FCB is #DEB034. Grayscale: #4E4E4E. Windows color (decimal): -14594101 or 13324065. OLE color: 13324065.

HSL color Cylindrical-coordinate representation of color #214FCB: hue angle of 223.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214FCB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3379203-
CMYK0.840.6100.20
HSL223.76º72.03%46.27%-
HSV(B)223.76º83.74%79.61%-
XYZ14.210.2357.73-
YUV79.38197.7694.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.48%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 203 (79.69% from 255) = 64.44%
R=10.48%
G=25.08%
B=64.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal33792030.840.6100.20223.7672.0346.27
Hex214FCB543D014e0482e
Octal411173131247502434011056
Binary1000011001111110010111010100111101010100111000001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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