Html Css Color HEX #1955FF Royal Blue

📋 copy color: '#1955FF'

red 25 ◦ green 85 ◦ blue 255

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

Shades of Royal Blue #1955FF

Tints of Royal Blue #1955FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.86%

R = 6.85%
G = 23.29%
B = 69.86%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1955FF (or 0x1955FF) is known color: Royal Blue. HEX triplet: 19, 55 and FF. RGB value is (25,85,255). Sum of RGB (Red+Green+Blue) = 25+85+255=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #1955FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955FF is #E6AA00. Grayscale: #555555. Windows color (decimal): -15116801 or 16733465. OLE color: 16733465.

HSL color Cylindrical-coordinate representation of color #1955FF: hue angle of 224.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1955FF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 85 255 -
CMYK 0.90 0.67 0 0
HSL 224.35º 1% 0.55% -
HSV(B) 224.35º 0.9% 1% -
XYZ 21.7 13.92 96.15 -
YUV 86.44 223.12 84.18 -
System Red Green Blue C M Y K H S L
Decimal 25 85 255 0.90 0.67 0 0 224.35 1 0.55
Hex 19 55 FF 5A 43 0 0 E0 64 37
Octal 31 125 377 132 103 0 0 340 144 67
Binary 11001 1010101 11111111 1011010 1000011 0 0 11100000 1100100 110111

Color Harmonies of #1955FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955FF

Black with #1955FF

Text Example


Text Example

White with #1955FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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