Html Css Color HEX #280CCC Medium Blue

📋 copy color: '#280CCC'

red 40 ◦ green 12 ◦ blue 204

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

Shades of Medium Blue #280CCC

Tints of Medium Blue #280CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 79.69%

R = 15.63%
G = 4.69%
B = 79.69%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#280CCC (or 0x280CCC) is known color: Medium Blue. HEX triplet: 28, 0C and CC. RGB value is (40,12,204). Sum of RGB (Red+Green+Blue) = 40+12+204=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #280CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CCC is #D7F333. Grayscale: #292929. Windows color (decimal): -14152500 or 13372456. OLE color: 13372456.

HSL color Cylindrical-coordinate representation of color #280CCC: hue angle of 248.75º 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 #280CCC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 12 204 -
CMYK 0.80 0.94 0 0.2
HSL 248.75º 0.89% 0.42% -
HSV(B) 248.75º 0.94% 0.8% -
XYZ 11.91 5.07 57.48 -
YUV 42.26 219.28 126.39 -
System Red Green Blue C M Y K H S L
Decimal 40 12 204 0.80 0.94 0 0.2 248.75 0.89 0.42
Hex 28 C CC 50 5E 0 14 F9 59 2A
Octal 50 14 314 120 136 0 24 371 131 52
Binary 101000 1100 11001100 1010000 1011110 0 10100 11111001 1011001 101010

Color Harmonies of #280CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280CCC

Black with #280CCC

Text Example


Text Example

White with #280CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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