#260ECB

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

Shades of Medium Blue #260ECB

Tints of Medium Blue #260ECB

Color information

#260ECB (or 0x260ECB) is unknown color: approx Medium Blue. HEX triplet: 26, 0E and CB. RGB value is (38,14,203). Sum of RGB (Red+Green+Blue) = 38+14+203=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #260ECB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ECB is #D9F134. Grayscale: #292929. Windows color (decimal): -14283061 or 13307430. OLE color: 13307430.

HSL color Cylindrical-coordinate representation of color #260ECB: hue angle of 247.62º 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 #260ECB is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3814203-
CMYK0.810.9300.20
HSL247.62º87.1%42.55%-
HSV(B)247.62º93.1%79.61%-
XYZ11.745.0456.85-
YUV42.72218.45124.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 203 (79.69% from 255) = 79.61%
R=14.90%
G=5.49%
B=79.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38142030.810.9300.20247.6287.142.55
Hex26ECB515D014f8572b
Octal461631312113502437012753
Binary10011011101100101110100011011101010100111110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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