#2262EF

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

Shades of Royal Blue #2262EF

Tints of Royal Blue #2262EF

Color information

#2262EF (or 0x2262EF) is unknown color: approx Royal Blue. HEX triplet: 22, 62 and EF. RGB value is (34,98,239). Sum of RGB (Red+Green+Blue) = 34+98+239=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #2262EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2262EF is #DD9D10. Grayscale: #5E5E5E. Windows color (decimal): -14523665 or 15688226. OLE color: 15688226.

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

Color convert

RGB3498239-
CMYK0.860.5900.06
HSL221.27º86.5%53.53%-
HSV(B)221.27º85.77%93.73%-
XYZ20.6115.3183.53-
YUV94.94209.384.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.16%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 239 (93.75% from 255) = 64.42%
R=9.16%
G=26.42%
B=64.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal34982390.860.5900.06221.2786.553.53
Hex2262EF563B06dd5636
Octal42142357126730633512666
Binary10001011000101110111110101101110110110110111011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2262EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2262EF; }

 p { color: rgb(34,98,239); }

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

<style>
 a { background-color: #2262EF; }

 a { background-color: rgb(34,98,239); }

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

<style>
 span { border-color: #2262EF; }

 span { border-color: rgb(34,98,239); }

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