Html Css Color HEX #280DBA Medium Blue

📋 copy color: '#280DBA'

red 40 ◦ green 13 ◦ blue 186

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

Shades of Medium Blue #280DBA

Tints of Medium Blue #280DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 77.82%

R = 16.74%
G = 5.44%
B = 77.82%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#280DBA (or 0x280DBA) is known color: Medium Blue. HEX triplet: 28, 0D and BA. RGB value is (40,13,186). Sum of RGB (Red+Green+Blue) = 40+13+186=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #280DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DBA is #D7F245. Grayscale: #282828. Windows color (decimal): -14152262 or 12193064. OLE color: 12193064.

HSL color Cylindrical-coordinate representation of color #280DBA: hue angle of 249.36º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280DBA is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 13 186 -
CMYK 0.78 0.93 0 0.27
HSL 249.36º 0.87% 0.39% -
HSV(B) 249.36º 0.93% 0.73% -
XYZ 9.88 4.28 46.76 -
YUV 40.8 209.95 127.43 -
System Red Green Blue C M Y K H S L
Decimal 40 13 186 0.78 0.93 0 0.27 249.36 0.87 0.39
Hex 28 D BA 4E 5D 0 1B F9 57 27
Octal 50 15 272 116 135 0 33 371 127 47
Binary 101000 1101 10111010 1001110 1011101 0 11011 11111001 1010111 100111

Color Harmonies of #280DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280DBA

Black with #280DBA

Text Example


Text Example

White with #280DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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