Html Css Color HEX #1955FB Royal Blue

📋 copy color: '#1955FB'

red 25 ◦ green 85 ◦ blue 251

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

Shades of Royal Blue #1955FB

Tints of Royal Blue #1955FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 6.93%
G = 23.55%
B = 69.53%

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

#1955FB (or 0x1955FB) is known color: Royal Blue. HEX triplet: 19, 55 and FB. RGB value is (25,85,251). Sum of RGB (Red+Green+Blue) = 25+85+251=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #1955FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955FB is #E6AA04. Grayscale: #555555. Windows color (decimal): -15116805 or 16471321. OLE color: 16471321.

HSL color Cylindrical-coordinate representation of color #1955FB: hue angle of 224.07º degrees, saturation: 0.97, 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 #1955FB is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 85 251 -
CMYK 0.90 0.66 0 0.02
HSL 224.07º 0.97% 0.54% -
HSV(B) 224.07º 0.9% 0.98% -
XYZ 21.06 13.67 92.8 -
YUV 85.98 221.12 84.5 -
System Red Green Blue C M Y K H S L
Decimal 25 85 251 0.90 0.66 0 0.02 224.07 0.97 0.54
Hex 19 55 FB 5A 42 0 2 E0 61 36
Octal 31 125 373 132 102 0 2 340 141 66
Binary 11001 1010101 11111011 1011010 1000010 0 10 11100000 1100001 110110

Color Harmonies of #1955FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955FB

Black with #1955FB

Text Example


Text Example

White with #1955FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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