Html Css Color HEX #260EBD Medium Blue

📋 copy color: '#260EBD'

red 38 ◦ green 14 ◦ blue 189

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

Shades of Medium Blue #260EBD

Tints of Medium Blue #260EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 78.42%

R = 15.77%
G = 5.81%
B = 78.42%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#260EBD (or 0x260EBD) is known color: Medium Blue. HEX triplet: 26, 0E and BD. RGB value is (38,14,189). Sum of RGB (Red+Green+Blue) = 38+14+189=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #260EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260EBD is #D9F142. Grayscale: #282828. Windows color (decimal): -14283075 or 12389926. OLE color: 12389926.

HSL color Cylindrical-coordinate representation of color #260EBD: hue angle of 248.23º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260EBD is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 14 189 -
CMYK 0.80 0.93 0 0.26
HSL 248.23º 0.86% 0.4% -
HSV(B) 248.23º 0.93% 0.74% -
XYZ 10.14 4.4 48.46 -
YUV 41.13 211.45 125.77 -
System Red Green Blue C M Y K H S L
Decimal 38 14 189 0.80 0.93 0 0.26 248.23 0.86 0.4
Hex 26 E BD 50 5D 0 1A F8 56 28
Octal 46 16 275 120 135 0 32 370 126 50
Binary 100110 1110 10111101 1010000 1011101 0 11010 11111000 1010110 101000

Color Harmonies of #260EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260EBD

Black with #260EBD

Text Example


Text Example

White with #260EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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