#1B49DF

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

Shades of Cerulean Blue #1B49DF

Tints of Cerulean Blue #1B49DF

Color information

#1B49DF (or 0x1B49DF) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 49 and DF. RGB value is (27,73,223). Sum of RGB (Red+Green+Blue) = 27+73+223=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B49DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B49DF is #E4B620. Grayscale: #4B4B4B. Windows color (decimal): -14988833 or 14633243. OLE color: 14633243.

HSL color Cylindrical-coordinate representation of color #1B49DF: hue angle of 225.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B49DF is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2773223-
CMYK0.880.6700.13
HSL225.92º78.4%49.02%-
HSV(B)225.92º87.89%87.45%-
XYZ16.1510.3370.95-
YUV76.35210.7692.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.36%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 223 (87.5% from 255) = 69.04%
R=8.36%
G=22.60%
B=69.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal27732230.880.6700.13225.9278.449.02
Hex1B49DF58430De24e31
Octal3311133713010301534211661
Binary110111001001110111111011000100001101101111000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B49DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,73,223); }

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

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

 a { background-color: rgb(27,73,223); }

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

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

 span { border-color: rgb(27,73,223); }

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