#214ACC

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

Shades of Cerulean Blue #214ACC

Tints of Cerulean Blue #214ACC

Color information

#214ACC (or 0x214ACC) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4A and CC. RGB value is (33,74,204). Sum of RGB (Red+Green+Blue) = 33+74+204=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #214ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ACC is #DEB533. Grayscale: #4C4C4C. Windows color (decimal): -14595380 or 13388321. OLE color: 13388321.

HSL color Cylindrical-coordinate representation of color #214ACC: hue angle of 225.61º 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 #214ACC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3374204-
CMYK0.840.6400.2
HSL225.61º72.15%46.47%-
HSV(B)225.61º83.82%80%-
XYZ13.989.5858.24-
YUV76.56199.9296.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 204 (80.08% from 255) = 65.59%
R=10.61%
G=23.79%
B=65.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33742040.840.6400.2225.6172.1546.47
Hex214ACC5440014e2482e
Octal4111231412410002434211056
Binary10000110010101100110010101001000000010100111000101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,74,204); }

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

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

 a { background-color: rgb(33,74,204); }

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

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

 span { border-color: rgb(33,74,204); }

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