#260AE5

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

Shades of Medium Blue #260AE5

Tints of Medium Blue #260AE5

Color information

#260AE5 (or 0x260AE5) is unknown color: approx Medium Blue. HEX triplet: 26, 0A and E5. RGB value is (38,10,229). Sum of RGB (Red+Green+Blue) = 38+10+229=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 229 (89.84% from 255 or 82.67% from 277); Max value from RGB is 229 - color contains mainly: blue. Hex color #260AE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260AE5 is #D9F51A. Grayscale: #2A2A2A. Windows color (decimal): -14284059 or 15010342. OLE color: 15010342.

HSL color Cylindrical-coordinate representation of color #260AE5: hue angle of 247.67º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260AE5 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3810229-
CMYK0.830.9600.10
HSL247.67º91.63%46.86%-
HSV(B)247.67º95.63%89.8%-
XYZ15.056.2974.55-
YUV43.34232.78124.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 229 (89.84% from 255) = 82.67%
R=13.72%
G=3.61%
B=82.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal38102290.830.9600.10247.6791.6346.86
Hex26AE553600Af85c2f
Octal461234512314001237013457
Binary1001101010111001011010011110000001010111110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260AE5; }

 p { color: rgb(38,10,229); }

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

<style>
 a { background-color: #260AE5; }

 a { background-color: rgb(38,10,229); }

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

<style>
 span { border-color: #260AE5; }

 span { border-color: rgb(38,10,229); }

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