Html Css Color HEX #1961FD Royal Blue

📋 copy color: '#1961FD'

red 25 ◦ green 97 ◦ blue 253

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

Shades of Royal Blue #1961FD

Tints of Royal Blue #1961FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.47%

R = 6.67%
G = 25.87%
B = 67.47%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1961FD (or 0x1961FD) is known color: Royal Blue. HEX triplet: 19, 61 and FD. RGB value is (25,97,253). Sum of RGB (Red+Green+Blue) = 25+97+253=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #1961FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1961FD is #E69E02. Grayscale: #5C5C5C. Windows color (decimal): -15113731 or 16605465. OLE color: 16605465.

HSL color Cylindrical-coordinate representation of color #1961FD: hue angle of 221.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1961FD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 97 253 -
CMYK 0.90 0.62 0 0.01
HSL 221.05º 0.98% 0.55% -
HSV(B) 221.05º 0.9% 0.99% -
XYZ 22.41 15.85 94.81 -
YUV 93.26 218.15 79.32 -
System Red Green Blue C M Y K H S L
Decimal 25 97 253 0.90 0.62 0 0.01 221.05 0.98 0.55
Hex 19 61 FD 5A 3E 0 1 DD 62 37
Octal 31 141 375 132 76 0 1 335 142 67
Binary 11001 1100001 11111101 1011010 111110 0 1 11011101 1100010 110111

Color Harmonies of #1961FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961FD

Black with #1961FD

Text Example


Text Example

White with #1961FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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