#1650FC

Color #1650FC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #1650FC

Tints of Royal Blue #1650FC

Color information

#1650FC (or 0x1650FC) is unknown color: approx Royal Blue. HEX triplet: 16, 50 and FC. RGB value is (22,80,252). Sum of RGB (Red+Green+Blue) = 22+80+252=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #1650FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1650FC is #E9AF03. Grayscale: #515151. Windows color (decimal): -15314692 or 16535574. OLE color: 16535574.

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

Color convert

RGB2280252-
CMYK0.910.6800.01
HSL224.87º97.46%53.73%-
HSV(B)224.87º91.27%98.82%-
XYZ20.7712.9493.5-
YUV82.27223.7885.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.21%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 252 (98.83% from 255) = 71.19%
R=6.21%
G=22.60%
B=71.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal22802520.910.6800.01224.8797.4653.73
Hex1650FC5B4401e16136
Octal261203741331040134114166
Binary101101010000111111001011011100010001111000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1650FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1650FC;
 }
 .AnyTagClassName
 {
   color: #1650FC;
 }
</style>
background-color css

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

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

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

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

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

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