Html Css Color HEX #280DD6 Medium Blue

📋 copy color: '#280DD6'

red 40 ◦ green 13 ◦ blue 214

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

Shades of Medium Blue #280DD6

Tints of Medium Blue #280DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 80.15%

R = 14.98%
G = 4.87%
B = 80.15%

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

#280DD6 (or 0x280DD6) is known color: Medium Blue. HEX triplet: 28, 0D and D6. RGB value is (40,13,214). Sum of RGB (Red+Green+Blue) = 40+13+214=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 214 (83.98% from 255 or 80.15% from 267); Max value from RGB is 214 - color contains mainly: blue. Hex color #280DD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DD6 is #D7F229. Grayscale: #2B2B2B. Windows color (decimal): -14152234 or 14028072. OLE color: 14028072.

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

Color convert

RGB 40 13 214 -
CMYK 0.81 0.94 0 0.16
HSL 248.06º 0.89% 0.45% -
HSV(B) 248.06º 0.94% 0.84% -
XYZ 13.16 5.59 64 -
YUV 43.99 223.95 125.16 -
System Red Green Blue C M Y K H S L
Decimal 40 13 214 0.81 0.94 0 0.16 248.06 0.89 0.45
Hex 28 D D6 51 5E 0 10 F8 59 2D
Octal 50 15 326 121 136 0 20 370 131 55
Binary 101000 1101 11010110 1010001 1011110 0 10000 11111000 1011001 101101

Color Harmonies of #280DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280DD6

Black with #280DD6

Text Example


Text Example

White with #280DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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