#1954F6

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

Shades of Royal Blue #1954F6

Tints of Royal Blue #1954F6

Color information

#1954F6 (or 0x1954F6) is unknown color: approx Royal Blue. HEX triplet: 19, 54 and F6. RGB value is (25,84,246). Sum of RGB (Red+Green+Blue) = 25+84+246=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #1954F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1954F6 is #E6AB09. Grayscale: #545454. Windows color (decimal): -15117066 or 16143385. OLE color: 16143385.

HSL color Cylindrical-coordinate representation of color #1954F6: hue angle of 223.98º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1954F6 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2584246-
CMYK0.900.6600.04
HSL223.98º92.47%53.14%-
HSV(B)223.98º89.84%96.47%-
XYZ20.2113.288.67-
YUV84.83218.9585.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.04%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 246 (96.48% from 255) = 69.30%
R=7.04%
G=23.66%
B=69.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal25842460.900.6600.04223.9892.4753.14
Hex1954F65A4204e05c35
Octal311243661321020434013465
Binary11001101010011110110101101010000100100111000001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1954F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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