#1D54CC

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

Shades of Cerulean Blue #1D54CC

Tints of Cerulean Blue #1D54CC

Color information

#1D54CC (or 0x1D54CC) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 54 and CC. RGB value is (29,84,204). Sum of RGB (Red+Green+Blue) = 29+84+204=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D54CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D54CC is #E2AB33. Grayscale: #505050. Windows color (decimal): -14854964 or 13390877. OLE color: 13390877.

HSL color Cylindrical-coordinate representation of color #1D54CC: hue angle of 221.14º 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 #1D54CC is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2984204-
CMYK0.860.5900.2
HSL221.14º75.11%45.69%-
HSV(B)221.14º85.78%80%-
XYZ14.5810.9658.47-
YUV81.24197.2890.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.15%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 204 (80.08% from 255) = 64.35%
R=9.15%
G=26.50%
B=64.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal29842040.860.5900.2221.1475.1145.69
Hex1D54CC563B014dd4b2e
Octal351243141267302433511356
Binary111011010100110011001010110111011010100110111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D54CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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