#1c48e0

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

Shades of Cerulean Blue #1C48E0

Tints of Cerulean Blue #1C48E0

Color information

#1C48E0 (or 0x1C48E0) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 48 and E0. RGB value is (28,72,224). Sum of RGB (Red+Green+Blue) = 28+72+224=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C48E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C48E0 is #E3B71F. Grayscale: #4B4B4B. Windows color (decimal): -14923552 or 14698524. OLE color: 14698524.

HSL color Cylindrical-coordinate representation of color #1C48E0: hue angle of 226.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C48E0 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2872224-
CMYK0.880.6800.12
HSL226.53º77.78%49.41%-
HSV(B)226.53º87.5%87.84%-
XYZ16.2510.2671.65-
YUV76.17211.4293.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.64%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 224 (87.89% from 255) = 69.14%
R=8.64%
G=22.22%
B=69.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal28722240.880.6800.12226.5377.7849.41
Hex1C48E058440Ce34e31
Octal3411034013010401434311661
Binary111001001000111000001011000100010001100111000111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c48e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,224); }

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

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

 a { background-color: rgb(28,72,224); }

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

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

 span { border-color: rgb(28,72,224); }

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