Html Css Color HEX #1958FA Royal Blue

📋 copy color: '#1958FA'

red 25 ◦ green 88 ◦ blue 250

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

Shades of Royal Blue #1958FA

Tints of Royal Blue #1958FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 6.89%
G = 24.24%
B = 68.87%

CMYK

 C value IS 0.9

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1958FA (or 0x1958FA) is known color: Royal Blue. HEX triplet: 19, 58 and FA. RGB value is (25,88,250). Sum of RGB (Red+Green+Blue) = 25+88+250=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #1958FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1958FA is #E6A705. Grayscale: #565656. Windows color (decimal): -15116038 or 16406553. OLE color: 16406553.

HSL color Cylindrical-coordinate representation of color #1958FA: hue angle of 223.2º degrees, saturation: 0.96, 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 #1958FA is Cyan = 0.9, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 88 250 -
CMYK 0.9 0.65 0 0.02
HSL 223.2º 0.96% 0.54% -
HSV(B) 223.2º 0.9% 0.98% -
XYZ 21.15 14.09 92.05 -
YUV 87.63 219.63 83.33 -
System Red Green Blue C M Y K H S L
Decimal 25 88 250 0.9 0.65 0 0.02 223.2 0.96 0.54
Hex 19 58 FA 5A 41 0 2 DF 60 36
Octal 31 130 372 132 101 0 2 337 140 66
Binary 11001 1011000 11111010 1011010 1000001 0 10 11011111 1100000 110110

Color Harmonies of #1958FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1958FA

Black with #1958FA

Text Example


Text Example

White with #1958FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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