Html Css Color HEX #280ADB Medium Blue

📋 copy color: '#280ADB'

red 40 ◦ green 10 ◦ blue 219

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

Shades of Medium Blue #280ADB

Tints of Medium Blue #280ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 81.41%

R = 14.87%
G = 3.72%
B = 81.41%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#280ADB (or 0x280ADB) is known color: Medium Blue. HEX triplet: 28, 0A and DB. RGB value is (40,10,219). Sum of RGB (Red+Green+Blue) = 40+10+219=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #280ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ADB is #D7F524. Grayscale: #292929. Windows color (decimal): -14152997 or 14354984. OLE color: 14354984.

HSL color Cylindrical-coordinate representation of color #280ADB: hue angle of 248.61º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280ADB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 10 219 -
CMYK 0.82 0.95 0 0.14
HSL 248.61º 0.91% 0.45% -
HSV(B) 248.61º 0.95% 0.86% -
XYZ 13.77 5.78 67.41 -
YUV 42.8 227.44 126.01 -
System Red Green Blue C M Y K H S L
Decimal 40 10 219 0.82 0.95 0 0.14 248.61 0.91 0.45
Hex 28 A DB 52 5F 0 E F9 5B 2D
Octal 50 12 333 122 137 0 16 371 133 55
Binary 101000 1010 11011011 1010010 1011111 0 1110 11111001 1011011 101101

Color Harmonies of #280ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280ADB

Black with #280ADB

Text Example


Text Example

White with #280ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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