#260FBA

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

Shades of Medium Blue #260FBA

Tints of Medium Blue #260FBA

Color information

#260FBA (or 0x260FBA) is unknown color: approx Medium Blue. HEX triplet: 26, 0F and BA. RGB value is (38,15,186). Sum of RGB (Red+Green+Blue) = 38+15+186=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #260FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260FBA is #D9F045. Grayscale: #282828. Windows color (decimal): -14282822 or 12193574. OLE color: 12193574.

HSL color Cylindrical-coordinate representation of color #260FBA: hue angle of 248.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260FBA is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3815186-
CMYK0.800.9200.27
HSL248.07º85.07%39.41%-
HSV(B)248.07º91.94%72.94%-
XYZ9.834.346.77-
YUV41.37209.62125.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 15 (6.25% from 255) = 6.28%
BLUE value IS 186 (73.05% from 255) = 77.82%
R=15.90%
G=6.28%
B=77.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38151860.800.9200.27248.0785.0739.41
Hex26FBA505C01Bf85527
Octal461727212013403337012547
Binary10011011111011101010100001011100011011111110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,15,186); }

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

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

 a { background-color: rgb(38,15,186); }

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

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

 span { border-color: rgb(38,15,186); }

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