Html Css Color HEX #280ADA Medium Blue

📋 copy color: '#280ADA'

red 40 ◦ green 10 ◦ blue 218

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

Shades of Medium Blue #280ADA

Tints of Medium Blue #280ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 81.34%

R = 14.93%
G = 3.73%
B = 81.34%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#280ADA (or 0x280ADA) is known color: Medium Blue. HEX triplet: 28, 0A and DA. RGB value is (40,10,218). Sum of RGB (Red+Green+Blue) = 40+10+218=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #280ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ADA is #D7F525. Grayscale: #292929. Windows color (decimal): -14152998 or 14289448. OLE color: 14289448.

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

Color convert

RGB 40 10 218 -
CMYK 0.82 0.95 0 0.15
HSL 248.65º 0.91% 0.45% -
HSV(B) 248.65º 0.95% 0.85% -
XYZ 13.64 5.73 66.72 -
YUV 42.68 226.94 126.09 -
System Red Green Blue C M Y K H S L
Decimal 40 10 218 0.82 0.95 0 0.15 248.65 0.91 0.45
Hex 28 A DA 52 5F 0 F F9 5B 2D
Octal 50 12 332 122 137 0 17 371 133 55
Binary 101000 1010 11011010 1010010 1011111 0 1111 11111001 1011011 101101

Color Harmonies of #280ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280ADA

Black with #280ADA

Text Example


Text Example

White with #280ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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