Html Css Color HEX #280ABB Medium Blue

📋 copy color: '#280ABB'

red 40 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #280ABB

Tints of Medium Blue #280ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

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

R = 16.88%
G = 4.22%
B = 78.9%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#280ABB (or 0x280ABB) is known color: Medium Blue. HEX triplet: 28, 0A and BB. RGB value is (40,10,187). Sum of RGB (Red+Green+Blue) = 40+10+187=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #280ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ABB is #D7F544. Grayscale: #262626. Windows color (decimal): -14153029 or 12257832. OLE color: 12257832.

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

Color convert

RGB 40 10 187 -
CMYK 0.79 0.95 0 0.27
HSL 250.17º 0.9% 0.39% -
HSV(B) 250.17º 0.95% 0.73% -
XYZ 9.95 4.26 47.31 -
YUV 39.15 211.44 128.61 -
System Red Green Blue C M Y K H S L
Decimal 40 10 187 0.79 0.95 0 0.27 250.17 0.9 0.39
Hex 28 A BB 4F 5F 0 1B FA 5A 27
Octal 50 12 273 117 137 0 33 372 132 47
Binary 101000 1010 10111011 1001111 1011111 0 11011 11111010 1011010 100111

Color Harmonies of #280ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280ABB

Black with #280ABB

Text Example


Text Example

White with #280ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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