Html Css Color HEX #1960EE Royal Blue

📋 copy color: '#1960EE'

red 25 ◦ green 96 ◦ blue 238

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

Shades of Royal Blue #1960EE

Tints of Royal Blue #1960EE

RGB

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

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

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

R = 6.96%
G = 26.74%
B = 66.3%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1960EE (or 0x1960EE) is known color: Royal Blue. HEX triplet: 19, 60 and EE. RGB value is (25,96,238). Sum of RGB (Red+Green+Blue) = 25+96+238=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #1960EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1960EE is #E69F11. Grayscale: #5A5A5A. Windows color (decimal): -15114002 or 15622169. OLE color: 15622169.

HSL color Cylindrical-coordinate representation of color #1960EE: hue angle of 220º 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 #1960EE is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 96 238 -
CMYK 0.89 0.60 0 0.07
HSL 220º 0.86% 0.52% -
HSV(B) 220º 0.89% 0.93% -
XYZ 20.02 14.75 82.68 -
YUV 90.96 210.98 80.95 -
System Red Green Blue C M Y K H S L
Decimal 25 96 238 0.89 0.60 0 0.07 220 0.86 0.52
Hex 19 60 EE 59 3C 0 7 DC 56 34
Octal 31 140 356 131 74 0 7 334 126 64
Binary 11001 1100000 11101110 1011001 111100 0 111 11011100 1010110 110100

Color Harmonies of #1960EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1960EE

Black with #1960EE

Text Example


Text Example

White with #1960EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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