#2458AD

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

Shades of Cerulean Blue #2458AD

Tints of Cerulean Blue #2458AD

Color information

#2458AD (or 0x2458AD) is unknown color: approx Cerulean Blue. HEX triplet: 24, 58 and AD. RGB value is (36,88,173). Sum of RGB (Red+Green+Blue) = 36+88+173=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #2458AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2458AD is #DBA752. Grayscale: #515151. Windows color (decimal): -14395219 or 11360292. OLE color: 11360292.

HSL color Cylindrical-coordinate representation of color #2458AD: hue angle of 217.23º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2458AD is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3688173-
CMYK0.790.4900.32
HSL217.23º65.55%40.98%-
HSV(B)217.23º79.19%67.84%-
XYZ11.7610.3740.92-
YUV82.14179.2795.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 173 (67.97% from 255) = 58.25%
R=12.12%
G=29.63%
B=58.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal36881730.790.4900.32217.2365.5540.98
Hex2458AD4F31020d94229
Octal441302551176104033110251
Binary10010010110001010110110011111100010100000110110011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2458AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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