#260CE1

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

Shades of Medium Blue #260CE1

Tints of Medium Blue #260CE1

Color information

#260CE1 (or 0x260CE1) is unknown color: approx Medium Blue. HEX triplet: 26, 0C and E1. RGB value is (38,12,225). Sum of RGB (Red+Green+Blue) = 38+12+225=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 225 (88.28% from 255 or 81.82% from 275); Max value from RGB is 225 - color contains mainly: blue. Hex color #260CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CE1 is #D9F31E. Grayscale: #2B2B2B. Windows color (decimal): -14283551 or 14748710. OLE color: 14748710.

HSL color Cylindrical-coordinate representation of color #260CE1: hue angle of 247.32º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260CE1 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3812225-
CMYK0.830.9500.12
HSL247.32º89.87%46.47%-
HSV(B)247.32º94.67%88.24%-
XYZ14.526.1171.65-
YUV44.06230.11123.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 225 (88.28% from 255) = 81.82%
R=13.82%
G=4.36%
B=81.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal38122250.830.9500.12247.3289.8746.47
Hex26CE1535F0Cf75a2e
Octal461434112313701436713256
Binary1001101100111000011010011101111101100111101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,12,225); }

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

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

 a { background-color: rgb(38,12,225); }

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

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

 span { border-color: rgb(38,12,225); }

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