#1955F6

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

Shades of Royal Blue #1955F6

Tints of Royal Blue #1955F6

Color information

#1955F6 (or 0x1955F6) is unknown color: approx Royal Blue. HEX triplet: 19, 55 and F6. RGB value is (25,85,246). Sum of RGB (Red+Green+Blue) = 25+85+246=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #1955F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955F6 is #E6AA09. Grayscale: #545454. Windows color (decimal): -15116810 or 16143641. OLE color: 16143641.

HSL color Cylindrical-coordinate representation of color #1955F6: hue angle of 223.71º 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 #1955F6 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2585246-
CMYK0.900.6500.04
HSL223.71º92.47%53.14%-
HSV(B)223.71º89.84%96.47%-
XYZ20.2813.3688.7-
YUV85.41218.6284.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.02%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 246 (96.48% from 255) = 69.10%
R=7.02%
G=23.88%
B=69.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal25852460.900.6500.04223.7192.4753.14
Hex1955F65A4104e05c35
Octal311253661321010434013465
Binary11001101010111110110101101010000010100111000001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1955F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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