#2662EB

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

Shades of Royal Blue #2662EB

Tints of Royal Blue #2662EB

Color information

#2662EB (or 0x2662EB) is unknown color: approx Royal Blue. HEX triplet: 26, 62 and EB. RGB value is (38,98,235). Sum of RGB (Red+Green+Blue) = 38+98+235=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #2662EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2662EB is #D99D14. Grayscale: #5F5F5F. Windows color (decimal): -14261525 or 15426086. OLE color: 15426086.

HSL color Cylindrical-coordinate representation of color #2662EB: hue angle of 221.73º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2662EB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3898235-
CMYK0.840.5800.08
HSL221.73º83.12%53.53%-
HSV(B)221.73º83.83%92.16%-
XYZ20.1615.1580.46-
YUV95.68206.6286.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.24%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 235 (92.19% from 255) = 63.34%
R=10.24%
G=26.42%
B=63.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal38982350.840.5800.08221.7383.1253.53
Hex2662EB543A08de5336
Octal461423531247201033612366
Binary100110110001011101011101010011101001000110111101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2662EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2662EB; }

 p { color: rgb(38,98,235); }

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

<style>
 a { background-color: #2662EB; }

 a { background-color: rgb(38,98,235); }

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

<style>
 span { border-color: #2662EB; }

 span { border-color: rgb(38,98,235); }

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