#2845D0

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

Shades of Cerulean Blue #2845D0

Tints of Cerulean Blue #2845D0

Color information

#2845D0 (or 0x2845D0) is unknown color: approx Cerulean Blue. HEX triplet: 28, 45 and D0. RGB value is (40,69,208). Sum of RGB (Red+Green+Blue) = 40+69+208=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #2845D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2845D0 is #D7BA2F. Grayscale: #4B4B4B. Windows color (decimal): -14137904 or 13649192. OLE color: 13649192.

HSL color Cylindrical-coordinate representation of color #2845D0: hue angle of 229.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2845D0 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4069208-
CMYK0.810.6700.18
HSL229.64º67.74%48.63%-
HSV(B)229.64º80.77%81.57%-
XYZ14.399.2660.7-
YUV76.18202.39102.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.62%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 208 (81.64% from 255) = 65.62%
R=12.62%
G=21.77%
B=65.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal40692080.810.6700.18229.6467.7448.63
Hex2845D05143012e64431
Octal5010532012110302234610461
Binary10100010001011101000010100011000011010010111001101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2845D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2845D0; }

 p { color: rgb(40,69,208); }

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

<style>
 a { background-color: #2845D0; }

 a { background-color: rgb(40,69,208); }

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

<style>
 span { border-color: #2845D0; }

 span { border-color: rgb(40,69,208); }

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