#2165ef

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

Shades of Royal Blue #2165EF

Tints of Royal Blue #2165EF

Color information

#2165EF (or 0x2165EF) is unknown color: approx Royal Blue. HEX triplet: 21, 65 and EF. RGB value is (33,101,239). Sum of RGB (Red+Green+Blue) = 33+101+239=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #2165EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2165EF is #DE9A10. Grayscale: #5F5F5F. Windows color (decimal): -14588433 or 15688993. OLE color: 15688993.

HSL color Cylindrical-coordinate representation of color #2165EF: hue angle of 220.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2165EF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB33101239-
CMYK0.860.5800.06
HSL220.19º86.55%53.33%-
HSV(B)220.19º86.19%93.73%-
XYZ20.8615.8683.62-
YUV96.4208.4782.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.85%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 239 (93.75% from 255) = 64.08%
R=8.85%
G=27.08%
B=64.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal331012390.860.5800.06220.1986.5553.33
Hex2165EF563A06dc5735
Octal41145357126720633412765
Binary10000111001011110111110101101110100110110111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2165ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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