Html Css Color HEX #260ABE Medium Blue

📋 copy color: '#260ABE'

red 38 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #260ABE

Tints of Medium Blue #260ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 15.97%
G = 4.2%
B = 79.83%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#260ABE (or 0x260ABE) is known color: Medium Blue. HEX triplet: 26, 0A and BE. RGB value is (38,10,190). Sum of RGB (Red+Green+Blue) = 38+10+190=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #260ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ABE is #D9F541. Grayscale: #262626. Windows color (decimal): -14284098 or 12454438. OLE color: 12454438.

HSL color Cylindrical-coordinate representation of color #260ABE: hue angle of 249.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260ABE is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 10 190 -
CMYK 0.8 0.95 0 0.25
HSL 249.33º 0.9% 0.39% -
HSV(B) 249.33º 0.95% 0.75% -
XYZ 10.2 4.35 49.02 -
YUV 38.89 213.28 127.36 -
System Red Green Blue C M Y K H S L
Decimal 38 10 190 0.8 0.95 0 0.25 249.33 0.9 0.39
Hex 26 A BE 50 5F 0 19 F9 5A 27
Octal 46 12 276 120 137 0 31 371 132 47
Binary 100110 1010 10111110 1010000 1011111 0 11001 11111001 1011010 100111

Color Harmonies of #260ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260ABE

Black with #260ABE

Text Example


Text Example

White with #260ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,10,190); }

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

background-color css

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

 a { background-color: rgb(38,10,190); }

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

border-color css

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

 span { border-color: rgb(38,10,190); }

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