#1C54BD

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

Shades of Cerulean Blue #1C54BD

Tints of Cerulean Blue #1C54BD

Color information

#1C54BD (or 0x1C54BD) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 54 and BD. RGB value is (28,84,189). Sum of RGB (Red+Green+Blue) = 28+84+189=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C54BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C54BD is #E3AB42. Grayscale: #4E4E4E. Windows color (decimal): -14920515 or 12407836. OLE color: 12407836.

HSL color Cylindrical-coordinate representation of color #1C54BD: hue angle of 219.13º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C54BD is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2884189-
CMYK0.850.5600.26
HSL219.13º74.19%42.55%-
HSV(B)219.13º85.19%74.12%-
XYZ12.8310.2649.45-
YUV79.23189.9591.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 189 (74.22% from 255) = 62.79%
R=9.30%
G=27.91%
B=62.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28841890.850.5600.26219.1374.1942.55
Hex1C54BD553801Adb4a2b
Octal341242751257003233311253
Binary111001010100101111011010101111000011010110110111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,84,189); }

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

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

 a { background-color: rgb(28,84,189); }

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

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

 span { border-color: rgb(28,84,189); }

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