Html Css Color HEX #260EDD Medium Blue

📋 copy color: '#260EDD'

red 38 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #260EDD

Tints of Medium Blue #260EDD

RGB

 RED value IS 38 (15.23% from 255) = 13.92%

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

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

R = 13.92%
G = 5.13%
B = 80.95%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#260EDD (or 0x260EDD) is known color: Medium Blue. HEX triplet: 26, 0E and DD. RGB value is (38,14,221). Sum of RGB (Red+Green+Blue) = 38+14+221=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #260EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260EDD is #D9F122. Grayscale: #2B2B2B. Windows color (decimal): -14283043 or 14487078. OLE color: 14487078.

HSL color Cylindrical-coordinate representation of color #260EDD: hue angle of 246.96º 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 #260EDD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 14 221 -
CMYK 0.83 0.94 0 0.13
HSL 246.96º 0.88% 0.46% -
HSV(B) 246.96º 0.94% 0.87% -
XYZ 14.01 5.95 68.82 -
YUV 44.77 227.45 123.17 -
System Red Green Blue C M Y K H S L
Decimal 38 14 221 0.83 0.94 0 0.13 246.96 0.88 0.46
Hex 26 E DD 53 5E 0 D F7 58 2E
Octal 46 16 335 123 136 0 15 367 130 56
Binary 100110 1110 11011101 1010011 1011110 0 1101 11110111 1011000 101110

Color Harmonies of #260EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260EDD

Black with #260EDD

Text Example


Text Example

White with #260EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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