Html Css Color HEX #1960FE Royal Blue

📋 copy color: '#1960FE'

red 25 ◦ green 96 ◦ blue 254

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

Shades of Royal Blue #1960FE

Tints of Royal Blue #1960FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 6.67%
G = 25.6%
B = 67.73%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1960FE (or 0x1960FE) is known color: Royal Blue. HEX triplet: 19, 60 and FE. RGB value is (25,96,254). Sum of RGB (Red+Green+Blue) = 25+96+254=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #1960FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1960FE is #E69F01. Grayscale: #5C5C5C. Windows color (decimal): -15113986 or 16670745. OLE color: 16670745.

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

Color convert

RGB 25 96 254 -
CMYK 0.90 0.62 0 0.00
HSL 221.4º 0.99% 0.55% -
HSV(B) 221.4º 0.9% 1% -
XYZ 22.47 15.73 95.62 -
YUV 92.78 218.98 79.65 -
System Red Green Blue C M Y K H S L
Decimal 25 96 254 0.90 0.62 0 0.00 221.4 0.99 0.55
Hex 19 60 FE 5A 3E 0 0 DD 63 37
Octal 31 140 376 132 76 0 0 335 143 67
Binary 11001 1100000 11111110 1011010 111110 0 0 11011101 1100011 110111

Color Harmonies of #1960FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1960FE

Black with #1960FE

Text Example


Text Example

White with #1960FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1960FE; }

 p { color: rgb(25,96,254); }

 H1.HeaderClassName
 {
   color: #1960FE;
 }
 .AnyTagClassName
 {
   color: #1960FE;
 }
</style>

background-color css

<style>
 a { background-color: #1960FE; }

 a { background-color: rgb(25,96,254); }

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

border-color css

<style>
 span { border-color: #1960FE; }

 span { border-color: rgb(25,96,254); }

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