#2854BD

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

Shades of Cerulean Blue #2854BD

Tints of Cerulean Blue #2854BD

Color information

#2854BD (or 0x2854BD) is unknown color: approx Cerulean Blue. HEX triplet: 28, 54 and BD. RGB value is (40,84,189). Sum of RGB (Red+Green+Blue) = 40+84+189=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #2854BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2854BD is #D7AB42. Grayscale: #525252. Windows color (decimal): -14134083 or 12407848. OLE color: 12407848.

HSL color Cylindrical-coordinate representation of color #2854BD: hue angle of 222.28º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2854BD is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4084189-
CMYK0.790.5600.26
HSL222.28º65.07%44.9%-
HSV(B)222.28º78.84%74.12%-
XYZ13.2310.4749.47-
YUV82.81187.9297.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=12.78%
G=26.84%
B=60.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40841890.790.5600.26222.2865.0744.9
Hex2854BD4F3801Ade412d
Octal501242751177003233610155
Binary1010001010100101111011001111111000011010110111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2854BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2854BD; }

 p { color: rgb(40,84,189); }

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

<style>
 a { background-color: #2854BD; }

 a { background-color: rgb(40,84,189); }

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

<style>
 span { border-color: #2854BD; }

 span { border-color: rgb(40,84,189); }

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