Html Css Color HEX #1962ED Royal Blue

📋 copy color: '#1962ED'

red 25 ◦ green 98 ◦ blue 237

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

Shades of Royal Blue #1962ED

Tints of Royal Blue #1962ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.83%

R = 6.94%
G = 27.22%
B = 65.83%

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

#1962ED (or 0x1962ED) is known color: Royal Blue. HEX triplet: 19, 62 and ED. RGB value is (25,98,237). Sum of RGB (Red+Green+Blue) = 25+98+237=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #1962ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1962ED is #E69D12. Grayscale: #5B5B5B. Windows color (decimal): -15113491 or 15557145. OLE color: 15557145.

HSL color Cylindrical-coordinate representation of color #1962ED: hue angle of 219.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1962ED is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 98 237 -
CMYK 0.89 0.59 0 0.07
HSL 219.34º 0.85% 0.51% -
HSV(B) 219.34º 0.89% 0.93% -
XYZ 20.05 15.06 81.97 -
YUV 92.02 209.82 80.2 -
System Red Green Blue C M Y K H S L
Decimal 25 98 237 0.89 0.59 0 0.07 219.34 0.85 0.51
Hex 19 62 ED 59 3B 0 7 DB 55 33
Octal 31 142 355 131 73 0 7 333 125 63
Binary 11001 1100010 11101101 1011001 111011 0 111 11011011 1010101 110011

Color Harmonies of #1962ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1962ED

Black with #1962ED

Text Example


Text Example

White with #1962ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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