#1D53CB

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

Shades of Cerulean Blue #1D53CB

Tints of Cerulean Blue #1D53CB

Color information

#1D53CB (or 0x1D53CB) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 53 and CB. RGB value is (29,83,203). Sum of RGB (Red+Green+Blue) = 29+83+203=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D53CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D53CB is #E2AC34. Grayscale: #505050. Windows color (decimal): -14855221 or 13325085. OLE color: 13325085.

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

Color convert

RGB2983203-
CMYK0.860.5900.20
HSL221.38º75%45.49%-
HSV(B)221.38º85.71%79.61%-
XYZ14.3810.7657.82-
YUV80.53197.1191.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.21%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 203 (79.69% from 255) = 64.44%
R=9.21%
G=26.35%
B=64.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29832030.860.5900.20221.387545.49
Hex1D53CB563B014dd4b2d
Octal351233131267302433511355
Binary111011010011110010111010110111011010100110111011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D53CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,83,203); }

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

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

 a { background-color: rgb(29,83,203); }

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

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

 span { border-color: rgb(29,83,203); }

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