Html Css Color HEX #280BBB Medium Blue

📋 copy color: '#280BBB'

red 40 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #280BBB

Tints of Medium Blue #280BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 187 (73.44% from 255) = 78.57%

R = 16.81%
G = 4.62%
B = 78.57%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#280BBB (or 0x280BBB) is known color: Medium Blue. HEX triplet: 28, 0B and BB. RGB value is (40,11,187). Sum of RGB (Red+Green+Blue) = 40+11+187=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #280BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BBB is #D7F444. Grayscale: #272727. Windows color (decimal): -14152773 or 12258088. OLE color: 12258088.

HSL color Cylindrical-coordinate representation of color #280BBB: hue angle of 249.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280BBB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 11 187 -
CMYK 0.79 0.94 0 0.27
HSL 249.89º 0.89% 0.39% -
HSV(B) 249.89º 0.94% 0.73% -
XYZ 9.96 4.28 47.31 -
YUV 39.74 211.11 128.19 -
System Red Green Blue C M Y K H S L
Decimal 40 11 187 0.79 0.94 0 0.27 249.89 0.89 0.39
Hex 28 B BB 4F 5E 0 1B FA 59 27
Octal 50 13 273 117 136 0 33 372 131 47
Binary 101000 1011 10111011 1001111 1011110 0 11011 11111010 1011001 100111

Color Harmonies of #280BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BBB

Black with #280BBB

Text Example


Text Example

White with #280BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,11,187); }

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

background-color css

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

 a { background-color: rgb(40,11,187); }

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

border-color css

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

 span { border-color: rgb(40,11,187); }

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