#260ECC

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

Shades of Medium Blue #260ECC

Tints of Medium Blue #260ECC

Color information

#260ECC (or 0x260ECC) is unknown color: approx Medium Blue. HEX triplet: 26, 0E and CC. RGB value is (38,14,204). Sum of RGB (Red+Green+Blue) = 38+14+204=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #260ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ECC is #D9F133. Grayscale: #2A2A2A. Windows color (decimal): -14283060 or 13372966. OLE color: 13372966.

HSL color Cylindrical-coordinate representation of color #260ECC: hue angle of 247.58º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260ECC is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3814204-
CMYK0.810.9300.2
HSL247.58º87.16%42.75%-
HSV(B)247.58º93.14%80%-
XYZ11.865.0957.48-
YUV42.84218.95124.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 14 (5.86% from 255) = 5.47%
BLUE value IS 204 (80.08% from 255) = 79.69%
R=14.84%
G=5.47%
B=79.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal38142040.810.9300.2247.5887.1642.75
Hex26ECC515D014f8572b
Octal461631412113502437012753
Binary10011011101100110010100011011101010100111110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,14,204); }

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

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

 a { background-color: rgb(38,14,204); }

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

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

 span { border-color: rgb(38,14,204); }

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