Html Css Color HEX #1955F9 Royal Blue

📋 copy color: '#1955F9'

red 25 ◦ green 85 ◦ blue 249

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

Shades of Royal Blue #1955F9

Tints of Royal Blue #1955F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.36%

R = 6.96%
G = 23.68%
B = 69.36%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1955F9 (or 0x1955F9) is known color: Royal Blue. HEX triplet: 19, 55 and F9. RGB value is (25,85,249). Sum of RGB (Red+Green+Blue) = 25+85+249=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 249 (97.66% from 255 or 69.36% from 359); Max value from RGB is 249 - color contains mainly: blue. Hex color #1955F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955F9 is #E6AA06. Grayscale: #555555. Windows color (decimal): -15116807 or 16340249. OLE color: 16340249.

HSL color Cylindrical-coordinate representation of color #1955F9: hue angle of 223.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1955F9 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 85 249 -
CMYK 0.90 0.66 0 0.02
HSL 223.93º 0.95% 0.54% -
HSV(B) 223.93º 0.9% 0.98% -
XYZ 20.75 13.54 91.14 -
YUV 85.76 220.12 84.66 -
System Red Green Blue C M Y K H S L
Decimal 25 85 249 0.90 0.66 0 0.02 223.93 0.95 0.54
Hex 19 55 F9 5A 42 0 2 E0 5F 36
Octal 31 125 371 132 102 0 2 340 137 66
Binary 11001 1010101 11111001 1011010 1000010 0 10 11100000 1011111 110110

Color Harmonies of #1955F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955F9

Black with #1955F9

Text Example


Text Example

White with #1955F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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