#260CDB

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

Shades of Medium Blue #260CDB

Tints of Medium Blue #260CDB

Color information

#260CDB (or 0x260CDB) is unknown color: approx Medium Blue. HEX triplet: 26, 0C and DB. RGB value is (38,12,219). Sum of RGB (Red+Green+Blue) = 38+12+219=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #260CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CDB is #D9F324. Grayscale: #2A2A2A. Windows color (decimal): -14283557 or 14355494. OLE color: 14355494.

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

Color convert

RGB3812219-
CMYK0.830.9500.14
HSL247.54º89.61%45.29%-
HSV(B)247.54º94.52%85.88%-
XYZ13.725.7967.41-
YUV43.37227.11124.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 219 (85.94% from 255) = 81.41%
R=14.13%
G=4.46%
B=81.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal38122190.830.9500.14247.5489.6145.29
Hex26CDB535F0Ef85a2d
Octal461433312313701637013255
Binary1001101100110110111010011101111101110111110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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