Html Css Color HEX #280EBB Medium Blue

📋 copy color: '#280EBB'

red 40 ◦ green 14 ◦ blue 187

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

Shades of Medium Blue #280EBB

Tints of Medium Blue #280EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 77.59%

R = 16.6%
G = 5.81%
B = 77.59%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#280EBB (or 0x280EBB) is known color: Medium Blue. HEX triplet: 28, 0E and BB. RGB value is (40,14,187). Sum of RGB (Red+Green+Blue) = 40+14+187=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #280EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EBB is #D7F144. Grayscale: #282828. Windows color (decimal): -14152005 or 12258856. OLE color: 12258856.

HSL color Cylindrical-coordinate representation of color #280EBB: hue angle of 249.02º degrees, saturation: 0.86, 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 #280EBB is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 14 187 -
CMYK 0.79 0.93 0 0.27
HSL 249.02º 0.86% 0.39% -
HSV(B) 249.02º 0.93% 0.73% -
XYZ 10 4.35 47.33 -
YUV 41.5 210.11 126.93 -
System Red Green Blue C M Y K H S L
Decimal 40 14 187 0.79 0.93 0 0.27 249.02 0.86 0.39
Hex 28 E BB 4F 5D 0 1B F9 56 27
Octal 50 16 273 117 135 0 33 371 126 47
Binary 101000 1110 10111011 1001111 1011101 0 11011 11111001 1010110 100111

Color Harmonies of #280EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280EBB

Black with #280EBB

Text Example


Text Example

White with #280EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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