Html Css Color HEX #280DC7 Medium Blue

📋 copy color: '#280DC7'

red 40 ◦ green 13 ◦ blue 199

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

Shades of Medium Blue #280DC7

Tints of Medium Blue #280DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 78.97%

R = 15.87%
G = 5.16%
B = 78.97%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#280DC7 (or 0x280DC7) is known color: Medium Blue. HEX triplet: 28, 0D and C7. RGB value is (40,13,199). Sum of RGB (Red+Green+Blue) = 40+13+199=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 199 (78.12% from 255 or 78.97% from 252); Max value from RGB is 199 - color contains mainly: blue. Hex color #280DC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DC7 is #D7F238. Grayscale: #292929. Windows color (decimal): -14152249 or 13045032. OLE color: 13045032.

HSL color Cylindrical-coordinate representation of color #280DC7: hue angle of 248.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280DC7 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 13 199 -
CMYK 0.80 0.93 0 0.22
HSL 248.71º 0.88% 0.42% -
HSV(B) 248.71º 0.93% 0.78% -
XYZ 11.33 4.86 54.37 -
YUV 42.28 216.45 126.38 -
System Red Green Blue C M Y K H S L
Decimal 40 13 199 0.80 0.93 0 0.22 248.71 0.88 0.42
Hex 28 D C7 50 5D 0 16 F9 58 2A
Octal 50 15 307 120 135 0 26 371 130 52
Binary 101000 1101 11000111 1010000 1011101 0 10110 11111001 1011000 101010

Color Harmonies of #280DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280DC7

Black with #280DC7

Text Example


Text Example

White with #280DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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