#1C4DBF

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

Shades of Cerulean Blue #1C4DBF

Tints of Cerulean Blue #1C4DBF

Color information

#1C4DBF (or 0x1C4DBF) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 4D and BF. RGB value is (28,77,191). Sum of RGB (Red+Green+Blue) = 28+77+191=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C4DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4DBF is #E3B240. Grayscale: #4A4A4A. Windows color (decimal): -14922305 or 12537116. OLE color: 12537116.

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

Color convert

RGB2877191-
CMYK0.850.6000.25
HSL221.96º74.43%42.94%-
HSV(B)221.96º85.34%74.9%-
XYZ12.549.3250.43-
YUV75.34193.2794.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.46%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 191 (75% from 255) = 64.53%
R=9.46%
G=26.01%
B=64.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28771910.850.6000.25221.9674.4342.94
Hex1C4DBF553C019de4a2b
Octal341152771257403133611253
Binary111001001101101111111010101111100011001110111101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,77,191); }

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

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

 a { background-color: rgb(28,77,191); }

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

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

 span { border-color: rgb(28,77,191); }

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