Html Css Color HEX #280BDB Medium Blue

📋 copy color: '#280BDB'

red 40 ◦ green 11 ◦ blue 219

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

Shades of Medium Blue #280BDB

Tints of Medium Blue #280BDB

RGB

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

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

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

R = 14.81%
G = 4.07%
B = 81.11%

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

#280BDB (or 0x280BDB) is known color: Medium Blue. HEX triplet: 28, 0B and DB. RGB value is (40,11,219). Sum of RGB (Red+Green+Blue) = 40+11+219=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #280BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BDB is #D7F424. Grayscale: #2A2A2A. Windows color (decimal): -14152741 or 14355240. OLE color: 14355240.

HSL color Cylindrical-coordinate representation of color #280BDB: hue angle of 248.37º degrees, saturation: 0.9, 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 #280BDB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 11 219 -
CMYK 0.82 0.95 0 0.14
HSL 248.37º 0.9% 0.45% -
HSV(B) 248.37º 0.95% 0.86% -
XYZ 13.78 5.8 67.41 -
YUV 43.38 227.11 125.59 -
System Red Green Blue C M Y K H S L
Decimal 40 11 219 0.82 0.95 0 0.14 248.37 0.9 0.45
Hex 28 B DB 52 5F 0 E F8 5A 2D
Octal 50 13 333 122 137 0 16 370 132 55
Binary 101000 1011 11011011 1010010 1011111 0 1110 11111000 1011010 101101

Color Harmonies of #280BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BDB

Black with #280BDB

Text Example


Text Example

White with #280BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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