#2858BB

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

Shades of Cerulean Blue #2858BB

Tints of Cerulean Blue #2858BB

Color information

#2858BB (or 0x2858BB) is unknown color: approx Cerulean Blue. HEX triplet: 28, 58 and BB. RGB value is (40,88,187). Sum of RGB (Red+Green+Blue) = 40+88+187=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #2858BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858BB is #D7A744. Grayscale: #545454. Windows color (decimal): -14133061 or 12277800. OLE color: 12277800.

HSL color Cylindrical-coordinate representation of color #2858BB: hue angle of 220.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2858BB is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4088187-
CMYK0.790.5300.27
HSL220.41º64.76%44.51%-
HSV(B)220.41º78.61%73.33%-
XYZ13.3311.0248.44-
YUV84.93185.695.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 187 (73.44% from 255) = 59.37%
R=12.70%
G=27.94%
B=59.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40881870.790.5300.27220.4164.7644.51
Hex2858BB4F3501Bdc412d
Octal501302731176503333410155
Binary1010001011000101110111001111110101011011110111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2858BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2858BB; }

 p { color: rgb(40,88,187); }

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

<style>
 a { background-color: #2858BB; }

 a { background-color: rgb(40,88,187); }

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

<style>
 span { border-color: #2858BB; }

 span { border-color: rgb(40,88,187); }

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