Html Css Color HEX #1650FB Royal Blue

📋 copy color: '#1650FB'

red 22 ◦ green 80 ◦ blue 251

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

Shades of Royal Blue #1650FB

Tints of Royal Blue #1650FB

RGB

 RED value IS 22 (8.98% from 255) = 6.23%

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

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

R = 6.23%
G = 22.66%
B = 71.1%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1650FB (or 0x1650FB) is known color: Royal Blue. HEX triplet: 16, 50 and FB. RGB value is (22,80,251). Sum of RGB (Red+Green+Blue) = 22+80+251=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #1650FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1650FB is #E9AF04. Grayscale: #515151. Windows color (decimal): -15314693 or 16470038. OLE color: 16470038.

HSL color Cylindrical-coordinate representation of color #1650FB: hue angle of 224.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1650FB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 22 80 251 -
CMYK 0.91 0.68 0 0.02
HSL 224.8º 0.97% 0.54% -
HSV(B) 224.8º 0.91% 0.98% -
XYZ 20.61 12.87 92.67 -
YUV 82.15 223.28 85.1 -
System Red Green Blue C M Y K H S L
Decimal 22 80 251 0.91 0.68 0 0.02 224.8 0.97 0.54
Hex 16 50 FB 5B 44 0 2 E1 61 36
Octal 26 120 373 133 104 0 2 341 141 66
Binary 10110 1010000 11111011 1011011 1000100 0 10 11100001 1100001 110110

Color Harmonies of #1650FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1650FB

Black with #1650FB

Text Example


Text Example

White with #1650FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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