Html Css Color HEX #1961FA Royal Blue

📋 copy color: '#1961FA'

red 25 ◦ green 97 ◦ blue 250

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

Shades of Royal Blue #1961FA

Tints of Royal Blue #1961FA

RGB

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

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

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

R = 6.72%
G = 26.08%
B = 67.2%

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

#1961FA (or 0x1961FA) is known color: Royal Blue. HEX triplet: 19, 61 and FA. RGB value is (25,97,250). Sum of RGB (Red+Green+Blue) = 25+97+250=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #1961FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1961FA is #E69E05. Grayscale: #5C5C5C. Windows color (decimal): -15113734 or 16408857. OLE color: 16408857.

HSL color Cylindrical-coordinate representation of color #1961FA: hue angle of 220.8º 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 #1961FA is Cyan = 0.9, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 97 250 -
CMYK 0.9 0.61 0 0.02
HSL 220.8º 0.96% 0.54% -
HSV(B) 220.8º 0.9% 0.98% -
XYZ 21.93 15.66 92.31 -
YUV 92.91 216.65 79.56 -
System Red Green Blue C M Y K H S L
Decimal 25 97 250 0.9 0.61 0 0.02 220.8 0.96 0.54
Hex 19 61 FA 5A 3D 0 2 DD 60 36
Octal 31 141 372 132 75 0 2 335 140 66
Binary 11001 1100001 11111010 1011010 111101 0 10 11011101 1100000 110110

Color Harmonies of #1961FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961FA

Black with #1961FA

Text Example


Text Example

White with #1961FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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