Html Css Color HEX #1962EE Royal Blue

📋 copy color: '#1962EE'

red 25 ◦ green 98 ◦ blue 238

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

Shades of Royal Blue #1962EE

Tints of Royal Blue #1962EE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 6.93%
G = 27.15%
B = 65.93%

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

#1962EE (or 0x1962EE) is known color: Royal Blue. HEX triplet: 19, 62 and EE. RGB value is (25,98,238). Sum of RGB (Red+Green+Blue) = 25+98+238=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #1962EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1962EE is #E69D11. Grayscale: #5B5B5B. Windows color (decimal): -15113490 or 15622681. OLE color: 15622681.

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

Color convert

RGB 25 98 238 -
CMYK 0.89 0.59 0 0.07
HSL 219.44º 0.86% 0.52% -
HSV(B) 219.44º 0.89% 0.93% -
XYZ 20.2 15.12 82.74 -
YUV 92.13 210.32 80.12 -
System Red Green Blue C M Y K H S L
Decimal 25 98 238 0.89 0.59 0 0.07 219.44 0.86 0.52
Hex 19 62 EE 59 3B 0 7 DB 56 34
Octal 31 142 356 131 73 0 7 333 126 64
Binary 11001 1100010 11101110 1011001 111011 0 111 11011011 1010110 110100

Color Harmonies of #1962EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1962EE

Black with #1962EE

Text Example


Text Example

White with #1962EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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