#1C50BE

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

Shades of Cerulean Blue #1C50BE

Tints of Cerulean Blue #1C50BE

Color information

#1C50BE (or 0x1C50BE) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 50 and BE. RGB value is (28,80,190). Sum of RGB (Red+Green+Blue) = 28+80+190=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C50BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50BE is #E3AF41. Grayscale: #4C4C4C. Windows color (decimal): -14921538 or 12472348. OLE color: 12472348.

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

Color convert

RGB2880190-
CMYK0.850.5800.25
HSL220.74º74.31%42.75%-
HSV(B)220.74º85.26%74.51%-
XYZ12.649.749.92-
YUV76.99191.7793.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.40%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 190 (74.61% from 255) = 63.76%
R=9.40%
G=26.85%
B=63.76%

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
Decimal28801900.850.5800.25220.7474.3142.75
Hex1C50BE553A019dd4a2b
Octal341202761257203133511253
Binary111001010000101111101010101111010011001110111011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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