#2146CE

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

Shades of Cerulean Blue #2146CE

Tints of Cerulean Blue #2146CE

Color information

#2146CE (or 0x2146CE) is unknown color: approx Cerulean Blue. HEX triplet: 21, 46 and CE. RGB value is (33,70,206). Sum of RGB (Red+Green+Blue) = 33+70+206=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #2146CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146CE is #DEB931. Grayscale: #494949. Windows color (decimal): -14596402 or 13518369. OLE color: 13518369.

HSL color Cylindrical-coordinate representation of color #2146CE: hue angle of 227.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2146CE is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3370206-
CMYK0.840.6600.19
HSL227.17º72.38%46.86%-
HSV(B)227.17º83.98%80.78%-
XYZ13.969.1659.42-
YUV74.44202.2498.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 206 (80.86% from 255) = 66.67%
R=10.68%
G=22.65%
B=66.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33702060.840.6600.19227.1772.3846.86
Hex2146CE5442013e3482f
Octal4110631612410202334311057
Binary10000110001101100111010101001000010010011111000111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2146CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2146CE; }

 p { color: rgb(33,70,206); }

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

<style>
 a { background-color: #2146CE; }

 a { background-color: rgb(33,70,206); }

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

<style>
 span { border-color: #2146CE; }

 span { border-color: rgb(33,70,206); }

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