#2165F7

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

Shades of Royal Blue #2165F7

Tints of Royal Blue #2165F7

Color information

#2165F7 (or 0x2165F7) is unknown color: approx Royal Blue. HEX triplet: 21, 65 and F7. RGB value is (33,101,247). Sum of RGB (Red+Green+Blue) = 33+101+247=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 247 (96.88% from 255 or 64.83% from 381); Max value from RGB is 247 - color contains mainly: blue. Hex color #2165F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2165F7 is #DE9A08. Grayscale: #606060. Windows color (decimal): -14588425 or 16213281. OLE color: 16213281.

HSL color Cylindrical-coordinate representation of color #2165F7: hue angle of 220.93º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2165F7 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB33101247-
CMYK0.870.5900.03
HSL220.93º93.04%54.9%-
HSV(B)220.93º86.64%96.86%-
XYZ22.0716.3589.99-
YUV97.31212.4782.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.66%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 247 (96.88% from 255) = 64.83%
R=8.66%
G=26.51%
B=64.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal331012470.870.5900.03220.9393.0454.9
Hex2165F7573B03dd5d37
Octal41145367127730333513567
Binary1000011100101111101111010111111011011110111011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2165F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2165F7; }

 p { color: rgb(33,101,247); }

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

<style>
 a { background-color: #2165F7; }

 a { background-color: rgb(33,101,247); }

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

<style>
 span { border-color: #2165F7; }

 span { border-color: rgb(33,101,247); }

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