Html Css Color HEX #280FBC Medium Blue

📋 copy color: '#280FBC'

red 40 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #280FBC

Tints of Medium Blue #280FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.37%

R = 16.46%
G = 6.17%
B = 77.37%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#280FBC (or 0x280FBC) is known color: Medium Blue. HEX triplet: 28, 0F and BC. RGB value is (40,15,188). Sum of RGB (Red+Green+Blue) = 40+15+188=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #280FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280FBC is #D7F043. Grayscale: #292929. Windows color (decimal): -14151748 or 12324648. OLE color: 12324648.

HSL color Cylindrical-coordinate representation of color #280FBC: hue angle of 248.67º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280FBC is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 15 188 -
CMYK 0.79 0.92 0 0.26
HSL 248.67º 0.85% 0.4% -
HSV(B) 248.67º 0.92% 0.74% -
XYZ 10.12 4.42 47.9 -
YUV 42.2 210.28 126.43 -
System Red Green Blue C M Y K H S L
Decimal 40 15 188 0.79 0.92 0 0.26 248.67 0.85 0.4
Hex 28 F BC 4F 5C 0 1A F9 55 28
Octal 50 17 274 117 134 0 32 371 125 50
Binary 101000 1111 10111100 1001111 1011100 0 11010 11111001 1010101 101000

Color Harmonies of #280FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FBC

Black with #280FBC

Text Example


Text Example

White with #280FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #280FBC;
 }
 .AnyTagClassName
 {
   color: #280FBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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