Html Css Color HEX #260ABB Medium Blue

📋 copy color: '#260ABB'

red 38 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #260ABB

Tints of Medium Blue #260ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.57%

R = 16.17%
G = 4.26%
B = 79.57%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#260ABB (or 0x260ABB) is known color: Medium Blue. HEX triplet: 26, 0A and BB. RGB value is (38,10,187). Sum of RGB (Red+Green+Blue) = 38+10+187=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #260ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ABB is #D9F544. Grayscale: #252525. Windows color (decimal): -14284101 or 12257830. OLE color: 12257830.

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

Color convert

RGB 38 10 187 -
CMYK 0.80 0.95 0 0.27
HSL 249.49º 0.9% 0.39% -
HSV(B) 249.49º 0.95% 0.73% -
XYZ 9.88 4.22 47.31 -
YUV 38.55 211.78 127.61 -
System Red Green Blue C M Y K H S L
Decimal 38 10 187 0.80 0.95 0 0.27 249.49 0.9 0.39
Hex 26 A BB 50 5F 0 1B F9 5A 27
Octal 46 12 273 120 137 0 33 371 132 47
Binary 100110 1010 10111011 1010000 1011111 0 11011 11111001 1011010 100111

Color Harmonies of #260ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260ABB

Black with #260ABB

Text Example


Text Example

White with #260ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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