Html Css Color HEX #1950F0 Royal Blue

📋 copy color: '#1950F0'

red 25 ◦ green 80 ◦ blue 240

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

Shades of Royal Blue #1950F0

Tints of Royal Blue #1950F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 69.57%

R = 7.25%
G = 23.19%
B = 69.57%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1950F0 (or 0x1950F0) is known color: Royal Blue. HEX triplet: 19, 50 and F0. RGB value is (25,80,240). Sum of RGB (Red+Green+Blue) = 25+80+240=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 240 (94.14% from 255 or 69.57% from 345); Max value from RGB is 240 - color contains mainly: blue. Hex color #1950F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1950F0 is #E6AF0F. Grayscale: #515151. Windows color (decimal): -15118096 or 15749145. OLE color: 15749145.

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

Color convert

RGB 25 80 240 -
CMYK 0.90 0.67 0 0.06
HSL 224.65º 0.88% 0.52% -
HSV(B) 224.65º 0.9% 0.94% -
XYZ 19 12.24 83.8 -
YUV 81.8 217.28 87.49 -
System Red Green Blue C M Y K H S L
Decimal 25 80 240 0.90 0.67 0 0.06 224.65 0.88 0.52
Hex 19 50 F0 5A 43 0 6 E1 58 34
Octal 31 120 360 132 103 0 6 341 130 64
Binary 11001 1010000 11110000 1011010 1000011 0 110 11100001 1011000 110100

Color Harmonies of #1950F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950F0

Black with #1950F0

Text Example


Text Example

White with #1950F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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