#1C4AD5

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

Shades of Cerulean Blue #1C4AD5

Tints of Cerulean Blue #1C4AD5

Color information

#1C4AD5 (or 0x1C4AD5) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 4A and D5. RGB value is (28,74,213). Sum of RGB (Red+Green+Blue) = 28+74+213=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 213 (83.59% from 255 or 67.62% from 315); Max value from RGB is 213 - color contains mainly: blue. Hex color #1C4AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4AD5 is #E3B52A. Grayscale: #4B4B4B. Windows color (decimal): -14923051 or 13978140. OLE color: 13978140.

HSL color Cylindrical-coordinate representation of color #1C4AD5: hue angle of 225.08º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C4AD5 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2874213-
CMYK0.870.6500.16
HSL225.08º76.76%47.25%-
HSV(B)225.08º86.85%83.53%-
XYZ14.949.9564.08-
YUV76.09205.2693.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.89%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 213 (83.59% from 255) = 67.62%
R=8.89%
G=23.49%
B=67.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal28742130.870.6500.16225.0876.7647.25
Hex1C4AD55741010e14d2f
Octal3411232512710102034111557
Binary1110010010101101010110101111000001010000111000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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