#1C4ADD

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

Shades of Cerulean Blue #1C4ADD

Tints of Cerulean Blue #1C4ADD

Color information

#1C4ADD (or 0x1C4ADD) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 4A and DD. RGB value is (28,74,221). Sum of RGB (Red+Green+Blue) = 28+74+221=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C4ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4ADD is #E3B522. Grayscale: #4C4C4C. Windows color (decimal): -14923043 or 14502428. OLE color: 14502428.

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

Color convert

RGB2874221-
CMYK0.870.6700.13
HSL225.7º77.51%48.82%-
HSV(B)225.7º87.33%86.67%-
XYZ15.9810.3669.57-
YUV77209.2693.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.67%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 221 (86.72% from 255) = 68.42%
R=8.67%
G=22.91%
B=68.42%

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
Decimal28742210.870.6700.13225.777.5148.82
Hex1C4ADD57430De24e31
Octal3411233512710301534211661
Binary111001001010110111011010111100001101101111000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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