Html Css Color HEX #280ADE Medium Blue

📋 copy color: '#280ADE'

red 40 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #280ADE

Tints of Medium Blue #280ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 81.62%

R = 14.71%
G = 3.68%
B = 81.62%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#280ADE (or 0x280ADE) is known color: Medium Blue. HEX triplet: 28, 0A and DE. RGB value is (40,10,222). Sum of RGB (Red+Green+Blue) = 40+10+222=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #280ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ADE is #D7F521. Grayscale: #2A2A2A. Windows color (decimal): -14152994 or 14551592. OLE color: 14551592.

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

Color convert

RGB 40 10 222 -
CMYK 0.82 0.95 0 0.13
HSL 248.49º 0.91% 0.45% -
HSV(B) 248.49º 0.95% 0.87% -
XYZ 14.17 5.94 69.51 -
YUV 43.14 228.94 125.76 -
System Red Green Blue C M Y K H S L
Decimal 40 10 222 0.82 0.95 0 0.13 248.49 0.91 0.45
Hex 28 A DE 52 5F 0 D F8 5B 2D
Octal 50 12 336 122 137 0 15 370 133 55
Binary 101000 1010 11011110 1010010 1011111 0 1101 11111000 1011011 101101

Color Harmonies of #280ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280ADE

Black with #280ADE

Text Example


Text Example

White with #280ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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