Html Css Color HEX #280ACB Medium Blue

📋 copy color: '#280ACB'

red 40 ◦ green 10 ◦ blue 203

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

Shades of Medium Blue #280ACB

Tints of Medium Blue #280ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.24%

R = 15.81%
G = 3.95%
B = 80.24%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#280ACB (or 0x280ACB) is known color: Medium Blue. HEX triplet: 28, 0A and CB. RGB value is (40,10,203). Sum of RGB (Red+Green+Blue) = 40+10+203=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #280ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ACB is #D7F534. Grayscale: #282828. Windows color (decimal): -14153013 or 13306408. OLE color: 13306408.

HSL color Cylindrical-coordinate representation of color #280ACB: hue angle of 249.33º 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 #280ACB is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 10 203 -
CMYK 0.80 0.95 0 0.20
HSL 249.33º 0.91% 0.42% -
HSV(B) 249.33º 0.95% 0.8% -
XYZ 11.76 4.98 56.84 -
YUV 40.97 219.44 127.31 -
System Red Green Blue C M Y K H S L
Decimal 40 10 203 0.80 0.95 0 0.20 249.33 0.91 0.42
Hex 28 A CB 50 5F 0 14 F9 5B 2A
Octal 50 12 313 120 137 0 24 371 133 52
Binary 101000 1010 11001011 1010000 1011111 0 10100 11111001 1011011 101010

Color Harmonies of #280ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280ACB

Black with #280ACB

Text Example


Text Example

White with #280ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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