Html Css Color HEX #280FBE Medium Blue

📋 copy color: '#280FBE'

red 40 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #280FBE

Tints of Medium Blue #280FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.55%

R = 16.33%
G = 6.12%
B = 77.55%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#280FBE (or 0x280FBE) is known color: Medium Blue. HEX triplet: 28, 0F and BE. RGB value is (40,15,190). Sum of RGB (Red+Green+Blue) = 40+15+190=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #280FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280FBE is #D7F041. Grayscale: #292929. Windows color (decimal): -14151746 or 12455720. OLE color: 12455720.

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

Color convert

RGB 40 15 190 -
CMYK 0.79 0.92 0 0.25
HSL 248.57º 0.85% 0.4% -
HSV(B) 248.57º 0.92% 0.75% -
XYZ 10.34 4.51 49.04 -
YUV 42.43 211.28 126.27 -
System Red Green Blue C M Y K H S L
Decimal 40 15 190 0.79 0.92 0 0.25 248.57 0.85 0.4
Hex 28 F BE 4F 5C 0 19 F9 55 28
Octal 50 17 276 117 134 0 31 371 125 50
Binary 101000 1111 10111110 1001111 1011100 0 11001 11111001 1010101 101000

Color Harmonies of #280FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FBE

Black with #280FBE

Text Example


Text Example

White with #280FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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