Html Css Color HEX #280DD5 Medium Blue

📋 copy color: '#280DD5'

red 40 ◦ green 13 ◦ blue 213

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

Shades of Medium Blue #280DD5

Tints of Medium Blue #280DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.89%

 BLUE value IS 213 (83.59% from 255) = 80.08%

R = 15.04%
G = 4.89%
B = 80.08%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#280DD5 (or 0x280DD5) is known color: Medium Blue. HEX triplet: 28, 0D and D5. RGB value is (40,13,213). Sum of RGB (Red+Green+Blue) = 40+13+213=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 213 (83.59% from 255 or 80.08% from 266); Max value from RGB is 213 - color contains mainly: blue. Hex color #280DD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DD5 is #D7F22A. Grayscale: #2B2B2B. Windows color (decimal): -14152235 or 13962536. OLE color: 13962536.

HSL color Cylindrical-coordinate representation of color #280DD5: hue angle of 248.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280DD5 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 13 213 -
CMYK 0.81 0.94 0 0.16
HSL 248.1º 0.88% 0.44% -
HSV(B) 248.1º 0.94% 0.84% -
XYZ 13.03 5.54 63.33 -
YUV 43.87 223.45 125.24 -
System Red Green Blue C M Y K H S L
Decimal 40 13 213 0.81 0.94 0 0.16 248.1 0.88 0.44
Hex 28 D D5 51 5E 0 10 F8 58 2C
Octal 50 15 325 121 136 0 20 370 130 54
Binary 101000 1101 11010101 1010001 1011110 0 10000 11111000 1011000 101100

Color Harmonies of #280DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280DD5

Black with #280DD5

Text Example


Text Example

White with #280DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,13,213); }

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

background-color css

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

 a { background-color: rgb(40,13,213); }

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

border-color css

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

 span { border-color: rgb(40,13,213); }

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