Html Css Color HEX #1961FC Royal Blue

📋 copy color: '#1961FC'

red 25 ◦ green 97 ◦ blue 252

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

Shades of Royal Blue #1961FC

Tints of Royal Blue #1961FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.38%

R = 6.68%
G = 25.94%
B = 67.38%

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

#1961FC (or 0x1961FC) is known color: Royal Blue. HEX triplet: 19, 61 and FC. RGB value is (25,97,252). Sum of RGB (Red+Green+Blue) = 25+97+252=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #1961FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1961FC is #E69E03. Grayscale: #5C5C5C. Windows color (decimal): -15113732 or 16539929. OLE color: 16539929.

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

Color convert

RGB 25 97 252 -
CMYK 0.90 0.62 0 0.01
HSL 220.97º 0.97% 0.54% -
HSV(B) 220.97º 0.9% 0.99% -
XYZ 22.25 15.78 93.97 -
YUV 93.14 217.65 79.4 -
System Red Green Blue C M Y K H S L
Decimal 25 97 252 0.90 0.62 0 0.01 220.97 0.97 0.54
Hex 19 61 FC 5A 3E 0 1 DD 61 36
Octal 31 141 374 132 76 0 1 335 141 66
Binary 11001 1100001 11111100 1011010 111110 0 1 11011101 1100001 110110

Color Harmonies of #1961FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961FC

Black with #1961FC

Text Example


Text Example

White with #1961FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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