Html Css Color HEX #1955F5 Royal Blue

📋 copy color: '#1955F5'

red 25 ◦ green 85 ◦ blue 245

#1955F5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #1955F5

Tints of Royal Blue #1955F5

RGB

 RED value IS 25 (10.16% from 255) = 7.04%

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 245 (96.09% from 255) = 69.01%

R = 7.04%
G = 23.94%
B = 69.01%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1955F5 (or 0x1955F5) is known color: Royal Blue. HEX triplet: 19, 55 and F5. RGB value is (25,85,245). Sum of RGB (Red+Green+Blue) = 25+85+245=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 245 (96.09% from 255 or 69.01% from 355); Max value from RGB is 245 - color contains mainly: blue. Hex color #1955F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955F5 is #E6AA0A. Grayscale: #545454. Windows color (decimal): -15116811 or 16078105. OLE color: 16078105.

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

Color convert

RGB 25 85 245 -
CMYK 0.90 0.65 0 0.04
HSL 223.64º 0.92% 0.53% -
HSV(B) 223.64º 0.9% 0.96% -
XYZ 20.13 13.3 87.89 -
YUV 85.3 218.12 84.99 -
System Red Green Blue C M Y K H S L
Decimal 25 85 245 0.90 0.65 0 0.04 223.64 0.92 0.53
Hex 19 55 F5 5A 41 0 4 E0 5C 35
Octal 31 125 365 132 101 0 4 340 134 65
Binary 11001 1010101 11110101 1011010 1000001 0 100 11100000 1011100 110101

Color Harmonies of #1955F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955F5

Black with #1955F5

Text Example


Text Example

White with #1955F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1955F5;
 }
 .AnyTagClassName
 {
   color: #1955F5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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