Html Css Color HEX #280BCF Medium Blue

📋 copy color: '#280BCF'

red 40 ◦ green 11 ◦ blue 207

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

Shades of Medium Blue #280BCF

Tints of Medium Blue #280BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 80.23%

R = 15.5%
G = 4.26%
B = 80.23%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#280BCF (or 0x280BCF) is known color: Medium Blue. HEX triplet: 28, 0B and CF. RGB value is (40,11,207). Sum of RGB (Red+Green+Blue) = 40+11+207=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #280BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BCF is #D7F430. Grayscale: #292929. Windows color (decimal): -14152753 or 13568808. OLE color: 13568808.

HSL color Cylindrical-coordinate representation of color #280BCF: hue angle of 248.88º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280BCF is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 11 207 -
CMYK 0.81 0.95 0 0.19
HSL 248.88º 0.9% 0.43% -
HSV(B) 248.88º 0.95% 0.81% -
XYZ 12.26 5.2 59.39 -
YUV 42.02 221.11 126.56 -
System Red Green Blue C M Y K H S L
Decimal 40 11 207 0.81 0.95 0 0.19 248.88 0.9 0.43
Hex 28 B CF 51 5F 0 13 F9 5A 2B
Octal 50 13 317 121 137 0 23 371 132 53
Binary 101000 1011 11001111 1010001 1011111 0 10011 11111001 1011010 101011

Color Harmonies of #280BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BCF

Black with #280BCF

Text Example


Text Example

White with #280BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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