#2458BF

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

Shades of Cerulean Blue #2458BF

Tints of Cerulean Blue #2458BF

Color information

#2458BF (or 0x2458BF) is unknown color: approx Cerulean Blue. HEX triplet: 24, 58 and BF. RGB value is (36,88,191). Sum of RGB (Red+Green+Blue) = 36+88+191=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #2458BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2458BF is #DBA740. Grayscale: #535353. Windows color (decimal): -14395201 or 12539940. OLE color: 12539940.

HSL color Cylindrical-coordinate representation of color #2458BF: hue angle of 219.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2458BF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3688191-
CMYK0.810.5400.25
HSL219.87º68.28%44.51%-
HSV(B)219.87º81.15%74.9%-
XYZ13.6211.1250.72-
YUV84.19188.2793.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.43%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 191 (75% from 255) = 60.63%
R=11.43%
G=27.94%
B=60.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36881910.810.5400.25219.8768.2844.51
Hex2458BF5136019dc442d
Octal441302771216603133410455
Binary1001001011000101111111010001110110011001110111001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2458BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2458BF; }

 p { color: rgb(36,88,191); }

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

<style>
 a { background-color: #2458BF; }

 a { background-color: rgb(36,88,191); }

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

<style>
 span { border-color: #2458BF; }

 span { border-color: rgb(36,88,191); }

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