#2145CE

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

Shades of Cerulean Blue #2145CE

Tints of Cerulean Blue #2145CE

Color information

#2145CE (or 0x2145CE) is unknown color: approx Cerulean Blue. HEX triplet: 21, 45 and CE. RGB value is (33,69,206). Sum of RGB (Red+Green+Blue) = 33+69+206=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #2145CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145CE is #DEBA31. Grayscale: #494949. Windows color (decimal): -14596658 or 13518113. OLE color: 13518113.

HSL color Cylindrical-coordinate representation of color #2145CE: hue angle of 227.51º 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 #2145CE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3369206-
CMYK0.840.6700.19
HSL227.51º72.38%46.86%-
HSV(B)227.51º83.98%80.78%-
XYZ13.99.0459.4-
YUV73.85202.5798.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 206 (80.86% from 255) = 66.88%
R=10.71%
G=22.40%
B=66.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33692060.840.6700.19227.5172.3846.86
Hex2145CE5443013e4482f
Octal4110531612410302334411057
Binary10000110001011100111010101001000011010011111001001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2145CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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