Html Css Color HEX #1950F1 Royal Blue

📋 copy color: '#1950F1'

red 25 ◦ green 80 ◦ blue 241

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

Shades of Royal Blue #1950F1

Tints of Royal Blue #1950F1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 241 (94.53% from 255) = 69.65%

R = 7.23%
G = 23.12%
B = 69.65%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1950F1 (or 0x1950F1) is known color: Royal Blue. HEX triplet: 19, 50 and F1. RGB value is (25,80,241). Sum of RGB (Red+Green+Blue) = 25+80+241=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #1950F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1950F1 is #E6AF0E. Grayscale: #515151. Windows color (decimal): -15118095 or 15814681. OLE color: 15814681.

HSL color Cylindrical-coordinate representation of color #1950F1: hue angle of 224.72º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1950F1 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 80 241 -
CMYK 0.90 0.67 0 0.05
HSL 224.72º 0.89% 0.52% -
HSV(B) 224.72º 0.9% 0.95% -
XYZ 19.15 12.29 84.58 -
YUV 81.91 217.78 87.41 -
System Red Green Blue C M Y K H S L
Decimal 25 80 241 0.90 0.67 0 0.05 224.72 0.89 0.52
Hex 19 50 F1 5A 43 0 5 E1 59 34
Octal 31 120 361 132 103 0 5 341 131 64
Binary 11001 1010000 11110001 1011010 1000011 0 101 11100001 1011001 110100

Color Harmonies of #1950F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950F1

Black with #1950F1

Text Example


Text Example

White with #1950F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1950F1; }

 p { color: rgb(25,80,241); }

 H1.HeaderClassName
 {
   color: #1950F1;
 }
 .AnyTagClassName
 {
   color: #1950F1;
 }
</style>

background-color css

<style>
 a { background-color: #1950F1; }

 a { background-color: rgb(25,80,241); }

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

border-color css

<style>
 span { border-color: #1950F1; }

 span { border-color: rgb(25,80,241); }

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