Html Css Color HEX #1956FA Royal Blue

📋 copy color: '#1956FA'

red 25 ◦ green 86 ◦ blue 250

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

Shades of Royal Blue #1956FA

Tints of Royal Blue #1956FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

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

R = 6.93%
G = 23.82%
B = 69.25%

CMYK

 C value IS 0.9

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1956FA (or 0x1956FA) is known color: Royal Blue. HEX triplet: 19, 56 and FA. RGB value is (25,86,250). Sum of RGB (Red+Green+Blue) = 25+86+250=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #1956FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1956FA is #E6A905. Grayscale: #555555. Windows color (decimal): -15116550 or 16406041. OLE color: 16406041.

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

Color convert

RGB 25 86 250 -
CMYK 0.9 0.66 0 0.02
HSL 223.73º 0.96% 0.54% -
HSV(B) 223.73º 0.9% 0.98% -
XYZ 20.98 13.76 91.99 -
YUV 86.46 220.29 84.16 -
System Red Green Blue C M Y K H S L
Decimal 25 86 250 0.9 0.66 0 0.02 223.73 0.96 0.54
Hex 19 56 FA 5A 42 0 2 E0 60 36
Octal 31 126 372 132 102 0 2 340 140 66
Binary 11001 1010110 11111010 1011010 1000010 0 10 11100000 1100000 110110

Color Harmonies of #1956FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1956FA

Black with #1956FA

Text Example


Text Example

White with #1956FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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