#1c50bf

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

Shades of Cerulean Blue #1C50BF

Tints of Cerulean Blue #1C50BF

Color information

#1C50BF (or 0x1C50BF) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 50 and BF. RGB value is (28,80,191). Sum of RGB (Red+Green+Blue) = 28+80+191=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C50BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50BF is #E3AF40. Grayscale: #4C4C4C. Windows color (decimal): -14921537 or 12537884. OLE color: 12537884.

HSL color Cylindrical-coordinate representation of color #1C50BF: hue angle of 220.86º 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 #1C50BF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2880191-
CMYK0.850.5800.25
HSL220.86º74.43%42.94%-
HSV(B)220.86º85.34%74.9%-
XYZ12.759.7550.5-
YUV77.11192.2792.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.36%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 191 (75% from 255) = 63.88%
R=9.36%
G=26.76%
B=63.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28801910.850.5800.25220.8674.4342.94
Hex1C50BF553A019dd4a2b
Octal341202771257203133511253
Binary111001010000101111111010101111010011001110111011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c50bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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