Html Css Color HEX #280CCB Medium Blue

📋 copy color: '#280CCB'

red 40 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #280CCB

Tints of Medium Blue #280CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 203 (79.69% from 255) = 79.61%

R = 15.69%
G = 4.71%
B = 79.61%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#280CCB (or 0x280CCB) is known color: Medium Blue. HEX triplet: 28, 0C and CB. RGB value is (40,12,203). Sum of RGB (Red+Green+Blue) = 40+12+203=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #280CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CCB is #D7F334. Grayscale: #292929. Windows color (decimal): -14152501 or 13306920. OLE color: 13306920.

HSL color Cylindrical-coordinate representation of color #280CCB: hue angle of 248.8º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280CCB is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 12 203 -
CMYK 0.80 0.94 0 0.20
HSL 248.8º 0.89% 0.42% -
HSV(B) 248.8º 0.94% 0.8% -
XYZ 11.79 5.03 56.85 -
YUV 42.15 218.78 126.47 -
System Red Green Blue C M Y K H S L
Decimal 40 12 203 0.80 0.94 0 0.20 248.8 0.89 0.42
Hex 28 C CB 50 5E 0 14 F9 59 2A
Octal 50 14 313 120 136 0 24 371 131 52
Binary 101000 1100 11001011 1010000 1011110 0 10100 11111001 1011001 101010

Color Harmonies of #280CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280CCB

Black with #280CCB

Text Example


Text Example

White with #280CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,12,203); }

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

background-color css

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

 a { background-color: rgb(40,12,203); }

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

border-color css

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

 span { border-color: rgb(40,12,203); }

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