#260cce

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

Shades of Medium Blue #260CCE

Tints of Medium Blue #260CCE

Color information

#260CCE (or 0x260CCE) is unknown color: approx Medium Blue. HEX triplet: 26, 0C and CE. RGB value is (38,12,206). Sum of RGB (Red+Green+Blue) = 38+12+206=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #260CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CCE is #D9F331. Grayscale: #292929. Windows color (decimal): -14283570 or 13503526. OLE color: 13503526.

HSL color Cylindrical-coordinate representation of color #260CCE: hue angle of 248.04º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260CCE is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3812206-
CMYK0.820.9400.19
HSL248.04º88.99%42.75%-
HSV(B)248.04º94.17%80.78%-
XYZ12.075.1358.75-
YUV41.89220.61125.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 12 (5.08% from 255) = 4.69%
BLUE value IS 206 (80.86% from 255) = 80.47%
R=14.84%
G=4.69%
B=80.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal38122060.820.9400.19248.0488.9942.75
Hex26CCE525E013f8592b
Octal461431612213602337013153
Binary10011011001100111010100101011110010011111110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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