#1C46DD

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

Shades of Cerulean Blue #1C46DD

Tints of Cerulean Blue #1C46DD

Color information

#1C46DD (or 0x1C46DD) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 46 and DD. RGB value is (28,70,221). Sum of RGB (Red+Green+Blue) = 28+70+221=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C46DD is #E3B922. Grayscale: #4A4A4A. Windows color (decimal): -14924067 or 14501404. OLE color: 14501404.

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

Color convert

RGB2870221-
CMYK0.870.6800.13
HSL226.94º77.51%48.82%-
HSV(B)226.94º87.33%86.67%-
XYZ15.729.8569.48-
YUV74.66210.5994.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 221 (86.72% from 255) = 69.28%
R=8.78%
G=21.94%
B=69.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28702210.870.6800.13226.9477.5148.82
Hex1C46DD57440De34e31
Octal3410633512710401534311661
Binary111001000110110111011010111100010001101111000111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,70,221); }

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

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

 a { background-color: rgb(28,70,221); }

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

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

 span { border-color: rgb(28,70,221); }

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