Html Css Color HEX #1959EF Royal Blue

📋 copy color: '#1959EF'

red 25 ◦ green 89 ◦ blue 239

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

Shades of Royal Blue #1959EF

Tints of Royal Blue #1959EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.71%

R = 7.08%
G = 25.21%
B = 67.71%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1959EF (or 0x1959EF) is known color: Royal Blue. HEX triplet: 19, 59 and EF. RGB value is (25,89,239). Sum of RGB (Red+Green+Blue) = 25+89+239=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #1959EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1959EF is #E6A610. Grayscale: #565656. Windows color (decimal): -15115793 or 15685913. OLE color: 15685913.

HSL color Cylindrical-coordinate representation of color #1959EF: hue angle of 222.06º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1959EF is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 89 239 -
CMYK 0.90 0.63 0 0.06
HSL 222.06º 0.87% 0.52% -
HSV(B) 222.06º 0.9% 0.94% -
XYZ 19.55 13.58 83.25 -
YUV 86.96 213.8 83.8 -
System Red Green Blue C M Y K H S L
Decimal 25 89 239 0.90 0.63 0 0.06 222.06 0.87 0.52
Hex 19 59 EF 5A 3F 0 6 DE 57 34
Octal 31 131 357 132 77 0 6 336 127 64
Binary 11001 1011001 11101111 1011010 111111 0 110 11011110 1010111 110100

Color Harmonies of #1959EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1959EF

Black with #1959EF

Text Example


Text Example

White with #1959EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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