Html Css Color HEX #280ACC Medium Blue

📋 copy color: '#280ACC'

red 40 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #280ACC

Tints of Medium Blue #280ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.31%

R = 15.75%
G = 3.94%
B = 80.31%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#280ACC (or 0x280ACC) is known color: Medium Blue. HEX triplet: 28, 0A and CC. RGB value is (40,10,204). Sum of RGB (Red+Green+Blue) = 40+10+204=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #280ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ACC is #D7F533. Grayscale: #282828. Windows color (decimal): -14153012 or 13371944. OLE color: 13371944.

HSL color Cylindrical-coordinate representation of color #280ACC: hue angle of 249.28º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280ACC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 10 204 -
CMYK 0.80 0.95 0 0.2
HSL 249.28º 0.91% 0.42% -
HSV(B) 249.28º 0.95% 0.8% -
XYZ 11.88 5.03 57.47 -
YUV 41.09 219.94 127.23 -
System Red Green Blue C M Y K H S L
Decimal 40 10 204 0.80 0.95 0 0.2 249.28 0.91 0.42
Hex 28 A CC 50 5F 0 14 F9 5B 2A
Octal 50 12 314 120 137 0 24 371 133 52
Binary 101000 1010 11001100 1010000 1011111 0 10100 11111001 1011011 101010

Color Harmonies of #280ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280ACC

Black with #280ACC

Text Example


Text Example

White with #280ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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