#1949DB

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

Shades of Cerulean Blue #1949DB

Tints of Cerulean Blue #1949DB

Color information

#1949DB (or 0x1949DB) is unknown color: approx Cerulean Blue. HEX triplet: 19, 49 and DB. RGB value is (25,73,219). Sum of RGB (Red+Green+Blue) = 25+73+219=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #1949DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949DB is #E6B624. Grayscale: #4A4A4A. Windows color (decimal): -15119909 or 14371097. OLE color: 14371097.

HSL color Cylindrical-coordinate representation of color #1949DB: hue angle of 225.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1949DB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2573219-
CMYK0.890.6700.14
HSL225.15º79.51%47.84%-
HSV(B)225.15º88.58%85.88%-
XYZ15.5710.0968.14-
YUV75.29209.192.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.89%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 219 (85.94% from 255) = 69.09%
R=7.89%
G=23.03%
B=69.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal25732190.890.6700.14225.1579.5147.84
Hex1949DB59430Ee15030
Octal3111133313110301634112060
Binary110011001001110110111011001100001101110111000011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1949DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1949DB; }

 p { color: rgb(25,73,219); }

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

<style>
 a { background-color: #1949DB; }

 a { background-color: rgb(25,73,219); }

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

<style>
 span { border-color: #1949DB; }

 span { border-color: rgb(25,73,219); }

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