Html Css Color HEX #280BCA Medium Blue

📋 copy color: '#280BCA'

red 40 ◦ green 11 ◦ blue 202

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

Shades of Medium Blue #280BCA

Tints of Medium Blue #280BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 79.84%

R = 15.81%
G = 4.35%
B = 79.84%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#280BCA (or 0x280BCA) is known color: Medium Blue. HEX triplet: 28, 0B and CA. RGB value is (40,11,202). Sum of RGB (Red+Green+Blue) = 40+11+202=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 202 (79.30% from 255 or 79.84% from 253); Max value from RGB is 202 - color contains mainly: blue. Hex color #280BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BCA is #D7F435. Grayscale: #282828. Windows color (decimal): -14152758 or 13241128. OLE color: 13241128.

HSL color Cylindrical-coordinate representation of color #280BCA: hue angle of 249.11º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280BCA is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 11 202 -
CMYK 0.80 0.95 0 0.21
HSL 249.11º 0.9% 0.42% -
HSV(B) 249.11º 0.95% 0.79% -
XYZ 11.66 4.95 56.22 -
YUV 41.45 218.61 126.97 -
System Red Green Blue C M Y K H S L
Decimal 40 11 202 0.80 0.95 0 0.21 249.11 0.9 0.42
Hex 28 B CA 50 5F 0 15 F9 5A 2A
Octal 50 13 312 120 137 0 25 371 132 52
Binary 101000 1011 11001010 1010000 1011111 0 10101 11111001 1011010 101010

Color Harmonies of #280BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BCA

Black with #280BCA

Text Example


Text Example

White with #280BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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