Html Css Color HEX #280EBA Medium Blue

📋 copy color: '#280EBA'

red 40 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #280EBA

Tints of Medium Blue #280EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

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

R = 16.67%
G = 5.83%
B = 77.5%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#280EBA (or 0x280EBA) is known color: Medium Blue. HEX triplet: 28, 0E and BA. RGB value is (40,14,186). Sum of RGB (Red+Green+Blue) = 40+14+186=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #280EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EBA is #D7F145. Grayscale: #282828. Windows color (decimal): -14152006 or 12193320. OLE color: 12193320.

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

Color convert

RGB 40 14 186 -
CMYK 0.78 0.92 0 0.27
HSL 249.07º 0.86% 0.39% -
HSV(B) 249.07º 0.92% 0.73% -
XYZ 9.9 4.31 46.76 -
YUV 41.38 209.61 127.01 -
System Red Green Blue C M Y K H S L
Decimal 40 14 186 0.78 0.92 0 0.27 249.07 0.86 0.39
Hex 28 E BA 4E 5C 0 1B F9 56 27
Octal 50 16 272 116 134 0 33 371 126 47
Binary 101000 1110 10111010 1001110 1011100 0 11011 11111001 1010110 100111

Color Harmonies of #280EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280EBA

Black with #280EBA

Text Example


Text Example

White with #280EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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