Html Css Color HEX #1959FC Royal Blue

📋 copy color: '#1959FC'

red 25 ◦ green 89 ◦ blue 252

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

Shades of Royal Blue #1959FC

Tints of Royal Blue #1959FC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.32%

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 6.83%
G = 24.32%
B = 68.85%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1959FC (or 0x1959FC) is known color: Royal Blue. HEX triplet: 19, 59 and FC. RGB value is (25,89,252). Sum of RGB (Red+Green+Blue) = 25+89+252=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #1959FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1959FC is #E6A603. Grayscale: #575757. Windows color (decimal): -15115780 or 16537881. OLE color: 16537881.

HSL color Cylindrical-coordinate representation of color #1959FC: hue angle of 223.08º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1959FC is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 89 252 -
CMYK 0.90 0.65 0 0.01
HSL 223.08º 0.97% 0.54% -
HSV(B) 223.08º 0.9% 0.99% -
XYZ 21.54 14.38 93.74 -
YUV 88.45 220.3 82.75 -
System Red Green Blue C M Y K H S L
Decimal 25 89 252 0.90 0.65 0 0.01 223.08 0.97 0.54
Hex 19 59 FC 5A 41 0 1 DF 61 36
Octal 31 131 374 132 101 0 1 337 141 66
Binary 11001 1011001 11111100 1011010 1000001 0 1 11011111 1100001 110110

Color Harmonies of #1959FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1959FC

Black with #1959FC

Text Example


Text Example

White with #1959FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1959FC; }

 p { color: rgb(25,89,252); }

 H1.HeaderClassName
 {
   color: #1959FC;
 }
 .AnyTagClassName
 {
   color: #1959FC;
 }
</style>

background-color css

<style>
 a { background-color: #1959FC; }

 a { background-color: rgb(25,89,252); }

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

border-color css

<style>
 span { border-color: #1959FC; }

 span { border-color: rgb(25,89,252); }

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