#2602EB

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

Shades of Blue #2602EB

Tints of Blue #2602EB

Color information

#2602EB (or 0x2602EB) is unknown color: approx Blue. HEX triplet: 26, 02 and EB. RGB value is (38,2,235). Sum of RGB (Red+Green+Blue) = 38+2+235=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 235 (92.19% from 255 or 85.45% from 275); Max value from RGB is 235 - color contains mainly: blue. Hex color #2602EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2602EB is #D9FD14. Grayscale: #262626. Windows color (decimal): -14286101 or 15401510. OLE color: 15401510.

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

Color convert

RGB382235-
CMYK0.840.9900.08
HSL249.27º98.31%46.47%-
HSV(B)249.27º99.15%92.16%-
XYZ15.826.4579.01-
YUV39.33238.43127.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 235 (92.19% from 255) = 85.45%
R=13.82%
G=0.73%
B=85.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal3822350.840.9900.08249.2798.3146.47
Hex262EB546308f9622e
Octal46235312414301037114256
Binary10011010111010111010100110001101000111110011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2602EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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