Html Css Color HEX #1950FB Royal Blue

📋 copy color: '#1950FB'

red 25 ◦ green 80 ◦ blue 251

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

Shades of Royal Blue #1950FB

Tints of Royal Blue #1950FB

RGB

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

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

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

R = 7.02%
G = 22.47%
B = 70.51%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1950FB (or 0x1950FB) is known color: Royal Blue. HEX triplet: 19, 50 and FB. RGB value is (25,80,251). Sum of RGB (Red+Green+Blue) = 25+80+251=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #1950FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1950FB is #E6AF04. Grayscale: #525252. Windows color (decimal): -15118085 or 16470041. OLE color: 16470041.

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

Color convert

RGB 25 80 251 -
CMYK 0.90 0.68 0 0.02
HSL 225.4º 0.97% 0.54% -
HSV(B) 225.4º 0.9% 0.98% -
XYZ 20.68 12.91 92.67 -
YUV 83.05 222.78 86.6 -
System Red Green Blue C M Y K H S L
Decimal 25 80 251 0.90 0.68 0 0.02 225.4 0.97 0.54
Hex 19 50 FB 5A 44 0 2 E1 61 36
Octal 31 120 373 132 104 0 2 341 141 66
Binary 11001 1010000 11111011 1011010 1000100 0 10 11100001 1100001 110110

Color Harmonies of #1950FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950FB

Black with #1950FB

Text Example


Text Example

White with #1950FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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