Html Css Color HEX #280EDD Medium Blue

📋 copy color: '#280EDD'

red 40 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #280EDD

Tints of Medium Blue #280EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

 BLUE value IS 221 (86.72% from 255) = 80.36%

R = 14.55%
G = 5.09%
B = 80.36%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#280EDD (or 0x280EDD) is known color: Medium Blue. HEX triplet: 28, 0E and DD. RGB value is (40,14,221). Sum of RGB (Red+Green+Blue) = 40+14+221=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #280EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EDD is #D7F122. Grayscale: #2C2C2C. Windows color (decimal): -14151971 or 14487080. OLE color: 14487080.

HSL color Cylindrical-coordinate representation of color #280EDD: hue angle of 247.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280EDD is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 14 221 -
CMYK 0.82 0.94 0 0.13
HSL 247.54º 0.88% 0.46% -
HSV(B) 247.54º 0.94% 0.87% -
XYZ 14.08 5.99 68.82 -
YUV 45.37 227.11 124.17 -
System Red Green Blue C M Y K H S L
Decimal 40 14 221 0.82 0.94 0 0.13 247.54 0.88 0.46
Hex 28 E DD 52 5E 0 D F8 58 2E
Octal 50 16 335 122 136 0 15 370 130 56
Binary 101000 1110 11011101 1010010 1011110 0 1101 11111000 1011000 101110

Color Harmonies of #280EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280EDD

Black with #280EDD

Text Example


Text Example

White with #280EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,14,221); }

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

background-color css

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

 a { background-color: rgb(40,14,221); }

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

border-color css

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

 span { border-color: rgb(40,14,221); }

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