#1D58CC

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

Shades of Cerulean Blue #1D58CC

Tints of Cerulean Blue #1D58CC

Color information

#1D58CC (or 0x1D58CC) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 58 and CC. RGB value is (29,88,204). Sum of RGB (Red+Green+Blue) = 29+88+204=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D58CC is #E2A733. Grayscale: #535353. Windows color (decimal): -14853940 or 13391901. OLE color: 13391901.

HSL color Cylindrical-coordinate representation of color #1D58CC: hue angle of 219.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D58CC is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2988204-
CMYK0.860.5700.2
HSL219.77º75.11%45.69%-
HSV(B)219.77º85.78%80%-
XYZ14.911.658.58-
YUV83.58195.9589.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.03%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=9.03%
G=27.41%
B=63.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal29882040.860.5700.2219.7775.1145.69
Hex1D58CC5639014dc4b2e
Octal351303141267102433411356
Binary111011011000110011001010110111001010100110111001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D58CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D58CC; }

 p { color: rgb(29,88,204); }

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

<style>
 a { background-color: #1D58CC; }

 a { background-color: rgb(29,88,204); }

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

<style>
 span { border-color: #1D58CC; }

 span { border-color: rgb(29,88,204); }

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