#1954d1

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

Shades of Cerulean Blue #1954D1

Tints of Cerulean Blue #1954D1

Color information

#1954D1 (or 0x1954D1) is unknown color: approx Cerulean Blue. HEX triplet: 19, 54 and D1. RGB value is (25,84,209). Sum of RGB (Red+Green+Blue) = 25+84+209=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 209 (82.03% from 255 or 65.72% from 318); Max value from RGB is 209 - color contains mainly: blue. Hex color #1954D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954D1 is #E6AB2E. Grayscale: #505050. Windows color (decimal): -15117103 or 13718553. OLE color: 13718553.

HSL color Cylindrical-coordinate representation of color #1954D1: hue angle of 220.76º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1954D1 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2584209-
CMYK0.880.6000.18
HSL220.76º78.63%45.88%-
HSV(B)220.76º88.04%81.96%-
XYZ15.0811.1561.68-
YUV80.61200.4588.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 209 (82.03% from 255) = 65.72%
R=7.86%
G=26.42%
B=65.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25842090.880.6000.18220.7678.6345.88
Hex1954D1583C012dd4f2e
Octal311243211307402233511756
Binary110011010100110100011011000111100010010110111011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1954d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1954d1; }

 p { color: rgb(25,84,209); }

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

<style>
 a { background-color: #1954d1; }

 a { background-color: rgb(25,84,209); }

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

<style>
 span { border-color: #1954d1; }

 span { border-color: rgb(25,84,209); }

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