#1C4BBF

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

Shades of Cerulean Blue #1C4BBF

Tints of Cerulean Blue #1C4BBF

Color information

#1C4BBF (or 0x1C4BBF) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 4B and BF. RGB value is (28,75,191). Sum of RGB (Red+Green+Blue) = 28+75+191=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C4BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4BBF is #E3B440. Grayscale: #494949. Windows color (decimal): -14922817 or 12536604. OLE color: 12536604.

HSL color Cylindrical-coordinate representation of color #1C4BBF: hue angle of 222.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C4BBF is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2875191-
CMYK0.850.6100.25
HSL222.7º74.43%42.94%-
HSV(B)222.7º85.34%74.9%-
XYZ12.49.0450.38-
YUV74.17193.9395.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.52%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 191 (75% from 255) = 64.97%
R=9.52%
G=25.51%
B=64.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28751910.850.6100.25222.774.4342.94
Hex1C4BBF553D019df4a2b
Octal341132771257503133711253
Binary111001001011101111111010101111101011001110111111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,75,191); }

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

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

 a { background-color: rgb(28,75,191); }

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

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

 span { border-color: rgb(28,75,191); }

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