#1c4adf

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

Shades of Cerulean Blue #1C4ADF

Tints of Cerulean Blue #1C4ADF

Color information

#1C4ADF (or 0x1C4ADF) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 4A and DF. RGB value is (28,74,223). Sum of RGB (Red+Green+Blue) = 28+74+223=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C4ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4ADF is #E3B520. Grayscale: #4C4C4C. Windows color (decimal): -14923041 or 14633500. OLE color: 14633500.

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

Color convert

RGB2874223-
CMYK0.870.6700.13
HSL225.85º77.69%49.22%-
HSV(B)225.85º87.44%87.45%-
XYZ16.2510.4770.98-
YUV77.23210.2692.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.62%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 223 (87.5% from 255) = 68.62%
R=8.62%
G=22.77%
B=68.62%

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
Decimal28742230.870.6700.13225.8577.6949.22
Hex1C4ADF57430De24e31
Octal3411233712710301534211661
Binary111001001010110111111010111100001101101111000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c4adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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