#214FAA

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

Shades of Cerulean Blue #214FAA

Tints of Cerulean Blue #214FAA

Color information

#214FAA (or 0x214FAA) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4F and AA. RGB value is (33,79,170). Sum of RGB (Red+Green+Blue) = 33+79+170=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #214FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214FAA is #DEB055. Grayscale: #4B4B4B. Windows color (decimal): -14594134 or 11161377. OLE color: 11161377.

HSL color Cylindrical-coordinate representation of color #214FAA: hue angle of 219.85º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #214FAA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3379170-
CMYK0.810.5400.33
HSL219.85º67.49%39.8%-
HSV(B)219.85º80.59%66.67%-
XYZ10.688.8239.17-
YUV75.62181.2697.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=11.70%
G=28.01%
B=60.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33791700.810.5400.33219.8567.4939.8
Hex214FAA5136021dc4328
Octal411172521216604133410350
Binary10000110011111010101010100011101100100001110111001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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