#1C49DD

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

Shades of Cerulean Blue #1C49DD

Tints of Cerulean Blue #1C49DD

Color information

#1C49DD (or 0x1C49DD) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 49 and DD. RGB value is (28,73,221). Sum of RGB (Red+Green+Blue) = 28+73+221=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C49DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49DD is #E3B622. Grayscale: #4B4B4B. Windows color (decimal): -14923299 or 14502172. OLE color: 14502172.

HSL color Cylindrical-coordinate representation of color #1C49DD: hue angle of 226.01º 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 #1C49DD is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2873221-
CMYK0.870.6700.13
HSL226.01º77.51%48.82%-
HSV(B)226.01º87.33%86.67%-
XYZ15.9110.2369.54-
YUV76.42209.5993.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.70%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 221 (86.72% from 255) = 68.63%
R=8.70%
G=22.67%
B=68.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28732210.870.6700.13226.0177.5148.82
Hex1C49DD57430De24e31
Octal3411133512710301534211661
Binary111001001001110111011010111100001101101111000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C49DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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