#280FBA

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

Shades of Medium Blue #280FBA

Tints of Medium Blue #280FBA

Color information

#280FBA (or 0x280FBA) is unknown color: approx Medium Blue. HEX triplet: 28, 0F and BA. RGB value is (40,15,186). Sum of RGB (Red+Green+Blue) = 40+15+186=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #280FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280FBA is #D7F045. Grayscale: #292929. Windows color (decimal): -14151750 or 12193576. OLE color: 12193576.

HSL color Cylindrical-coordinate representation of color #280FBA: hue angle of 248.77º 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 #280FBA is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4015186-
CMYK0.780.9200.27
HSL248.77º85.07%39.41%-
HSV(B)248.77º91.94%72.94%-
XYZ9.914.3446.77-
YUV41.97209.28126.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 186 (73.05% from 255) = 77.18%
R=16.60%
G=6.22%
B=77.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40151860.780.9200.27248.7785.0739.41
Hex28FBA4E5C01Bf95527
Octal501727211613403337112547
Binary10100011111011101010011101011100011011111110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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