Html Css Color HEX #1962FA Royal Blue

📋 copy color: '#1962FA'

red 25 ◦ green 98 ◦ blue 250

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

Shades of Royal Blue #1962FA

Tints of Royal Blue #1962FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 6.7%
G = 26.27%
B = 67.02%

CMYK

 C value IS 0.9

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1962FA (or 0x1962FA) is known color: Royal Blue. HEX triplet: 19, 62 and FA. RGB value is (25,98,250). Sum of RGB (Red+Green+Blue) = 25+98+250=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #1962FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1962FA is #E69D05. Grayscale: #5C5C5C. Windows color (decimal): -15113478 or 16409113. OLE color: 16409113.

HSL color Cylindrical-coordinate representation of color #1962FA: hue angle of 220.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1962FA is Cyan = 0.9, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 98 250 -
CMYK 0.9 0.61 0 0.02
HSL 220.53º 0.96% 0.54% -
HSV(B) 220.53º 0.9% 0.98% -
XYZ 22.02 15.84 92.34 -
YUV 93.5 216.32 79.14 -
System Red Green Blue C M Y K H S L
Decimal 25 98 250 0.9 0.61 0 0.02 220.53 0.96 0.54
Hex 19 62 FA 5A 3D 0 2 DD 60 36
Octal 31 142 372 132 75 0 2 335 140 66
Binary 11001 1100010 11111010 1011010 111101 0 10 11011101 1100000 110110

Color Harmonies of #1962FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1962FA

Black with #1962FA

Text Example


Text Example

White with #1962FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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