Html Css Color HEX #280BBC Medium Blue

📋 copy color: '#280BBC'

red 40 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #280BBC

Tints of Medium Blue #280BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 188 (73.83% from 255) = 78.66%

R = 16.74%
G = 4.6%
B = 78.66%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#280BBC (or 0x280BBC) is known color: Medium Blue. HEX triplet: 28, 0B and BC. RGB value is (40,11,188). Sum of RGB (Red+Green+Blue) = 40+11+188=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #280BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BBC is #D7F443. Grayscale: #272727. Windows color (decimal): -14152772 or 12323624. OLE color: 12323624.

HSL color Cylindrical-coordinate representation of color #280BBC: hue angle of 249.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280BBC is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 11 188 -
CMYK 0.79 0.94 0 0.26
HSL 249.83º 0.89% 0.39% -
HSV(B) 249.83º 0.94% 0.74% -
XYZ 10.07 4.32 47.88 -
YUV 39.85 211.61 128.11 -
System Red Green Blue C M Y K H S L
Decimal 40 11 188 0.79 0.94 0 0.26 249.83 0.89 0.39
Hex 28 B BC 4F 5E 0 1A FA 59 27
Octal 50 13 274 117 136 0 32 372 131 47
Binary 101000 1011 10111100 1001111 1011110 0 11010 11111010 1011001 100111

Color Harmonies of #280BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BBC

Black with #280BBC

Text Example


Text Example

White with #280BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,11,188); }

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

background-color css

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

 a { background-color: rgb(40,11,188); }

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

border-color css

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

 span { border-color: rgb(40,11,188); }

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