Html Css Color HEX #1956EE Royal Blue

📋 copy color: '#1956EE'

red 25 ◦ green 86 ◦ blue 238

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

Shades of Royal Blue #1956EE

Tints of Royal Blue #1956EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.19%

R = 7.16%
G = 24.64%
B = 68.19%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1956EE (or 0x1956EE) is known color: Royal Blue. HEX triplet: 19, 56 and EE. RGB value is (25,86,238). Sum of RGB (Red+Green+Blue) = 25+86+238=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #1956EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1956EE is #E6A911. Grayscale: #545454. Windows color (decimal): -15116562 or 15619609. OLE color: 15619609.

HSL color Cylindrical-coordinate representation of color #1956EE: hue angle of 222.82º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1956EE is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 86 238 -
CMYK 0.89 0.64 0 0.07
HSL 222.82º 0.86% 0.52% -
HSV(B) 222.82º 0.89% 0.93% -
XYZ 19.16 13.04 82.4 -
YUV 85.09 214.29 85.14 -
System Red Green Blue C M Y K H S L
Decimal 25 86 238 0.89 0.64 0 0.07 222.82 0.86 0.52
Hex 19 56 EE 59 40 0 7 DF 56 34
Octal 31 126 356 131 100 0 7 337 126 64
Binary 11001 1010110 11101110 1011001 1000000 0 111 11011111 1010110 110100

Color Harmonies of #1956EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1956EE

Black with #1956EE

Text Example


Text Example

White with #1956EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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