Html Css Color HEX #1961EE Royal Blue

📋 copy color: '#1961EE'

red 25 ◦ green 97 ◦ blue 238

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

Shades of Royal Blue #1961EE

Tints of Royal Blue #1961EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

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

R = 6.94%
G = 26.94%
B = 66.11%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1961EE (or 0x1961EE) is known color: Royal Blue. HEX triplet: 19, 61 and EE. RGB value is (25,97,238). Sum of RGB (Red+Green+Blue) = 25+97+238=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #1961EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1961EE is #E69E11. Grayscale: #5A5A5A. Windows color (decimal): -15113746 or 15622425. OLE color: 15622425.

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

Color convert

RGB 25 97 238 -
CMYK 0.89 0.59 0 0.07
HSL 219.72º 0.86% 0.52% -
HSV(B) 219.72º 0.89% 0.93% -
XYZ 20.11 14.93 82.71 -
YUV 91.55 210.65 80.54 -
System Red Green Blue C M Y K H S L
Decimal 25 97 238 0.89 0.59 0 0.07 219.72 0.86 0.52
Hex 19 61 EE 59 3B 0 7 DC 56 34
Octal 31 141 356 131 73 0 7 334 126 64
Binary 11001 1100001 11101110 1011001 111011 0 111 11011100 1010110 110100

Color Harmonies of #1961EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961EE

Black with #1961EE

Text Example


Text Example

White with #1961EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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