Html Css Color HEX #280FBA Medium Blue

📋 copy color: '#280FBA'

red 40 ◦ green 15 ◦ blue 186

#280FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #280FBA

Tints of Medium Blue #280FBA

RGB

 RED value IS 40 (16.02% from 255) = 16.6%

 GREEN value IS 15 (6.25% from 255) = 6.22%

 BLUE value IS 186 (73.05% from 255) = 77.18%

R = 16.6%
G = 6.22%
B = 77.18%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#280FBA (or 0x280FBA) is known color: 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

RGB 40 15 186 -
CMYK 0.78 0.92 0 0.27
HSL 248.77º 0.85% 0.39% -
HSV(B) 248.77º 0.92% 0.73% -
XYZ 9.91 4.34 46.77 -
YUV 41.97 209.28 126.6 -
System Red Green Blue C M Y K H S L
Decimal 40 15 186 0.78 0.92 0 0.27 248.77 0.85 0.39
Hex 28 F BA 4E 5C 0 1B F9 55 27
Octal 50 17 272 116 134 0 33 371 125 47
Binary 101000 1111 10111010 1001110 1011100 0 11011 11111001 1010101 100111

Color Harmonies of #280FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FBA

Black with #280FBA

Text Example


Text Example

White with #280FBA

Text Example


Text Example

HTML Codes & Css Web 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>