Html Css Color HEX #1958FF Royal Blue

📋 copy color: '#1958FF'

red 25 ◦ green 88 ◦ blue 255

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

Shades of Royal Blue #1958FF

Tints of Royal Blue #1958FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 6.79%
G = 23.91%
B = 69.29%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1958FF (or 0x1958FF) is known color: Royal Blue. HEX triplet: 19, 58 and FF. RGB value is (25,88,255). Sum of RGB (Red+Green+Blue) = 25+88+255=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #1958FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1958FF is #E6A700. Grayscale: #575757. Windows color (decimal): -15116033 or 16734233. OLE color: 16734233.

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

Color convert

RGB 25 88 255 -
CMYK 0.90 0.65 0 0
HSL 223.57º 1% 0.55% -
HSV(B) 223.57º 0.9% 1% -
XYZ 21.94 14.41 96.23 -
YUV 88.2 222.13 82.92 -
System Red Green Blue C M Y K H S L
Decimal 25 88 255 0.90 0.65 0 0 223.57 1 0.55
Hex 19 58 FF 5A 41 0 0 E0 64 37
Octal 31 130 377 132 101 0 0 340 144 67
Binary 11001 1011000 11111111 1011010 1000001 0 0 11100000 1100100 110111

Color Harmonies of #1958FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1958FF

Black with #1958FF

Text Example


Text Example

White with #1958FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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