Html Css Color HEX #1961FB Royal Blue

📋 copy color: '#1961FB'

red 25 ◦ green 97 ◦ blue 251

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

Shades of Royal Blue #1961FB

Tints of Royal Blue #1961FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.29%

R = 6.7%
G = 26.01%
B = 67.29%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1961FB (or 0x1961FB) is known color: Royal Blue. HEX triplet: 19, 61 and FB. RGB value is (25,97,251). Sum of RGB (Red+Green+Blue) = 25+97+251=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #1961FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1961FB is #E69E04. Grayscale: #5C5C5C. Windows color (decimal): -15113733 or 16474393. OLE color: 16474393.

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

Color convert

RGB 25 97 251 -
CMYK 0.90 0.61 0 0.02
HSL 220.89º 0.97% 0.54% -
HSV(B) 220.89º 0.9% 0.98% -
XYZ 22.09 15.72 93.14 -
YUV 93.03 217.15 79.48 -
System Red Green Blue C M Y K H S L
Decimal 25 97 251 0.90 0.61 0 0.02 220.89 0.97 0.54
Hex 19 61 FB 5A 3D 0 2 DD 61 36
Octal 31 141 373 132 75 0 2 335 141 66
Binary 11001 1100001 11111011 1011010 111101 0 10 11011101 1100001 110110

Color Harmonies of #1961FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961FB

Black with #1961FB

Text Example


Text Example

White with #1961FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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