Html Css Color HEX #260FBC Medium Blue

📋 copy color: '#260FBC'

red 38 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #260FBC

Tints of Medium Blue #260FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

 BLUE value IS 188 (73.83% from 255) = 78.01%

R = 15.77%
G = 6.22%
B = 78.01%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#260FBC (or 0x260FBC) is known color: Medium Blue. HEX triplet: 26, 0F and BC. RGB value is (38,15,188). Sum of RGB (Red+Green+Blue) = 38+15+188=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #260FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260FBC is #D9F043. Grayscale: #282828. Windows color (decimal): -14282820 or 12324646. OLE color: 12324646.

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

Color convert

RGB 38 15 188 -
CMYK 0.80 0.92 0 0.26
HSL 247.98º 0.85% 0.4% -
HSV(B) 247.98º 0.92% 0.74% -
XYZ 10.05 4.38 47.89 -
YUV 41.6 210.62 125.43 -
System Red Green Blue C M Y K H S L
Decimal 38 15 188 0.80 0.92 0 0.26 247.98 0.85 0.4
Hex 26 F BC 50 5C 0 1A F8 55 28
Octal 46 17 274 120 134 0 32 370 125 50
Binary 100110 1111 10111100 1010000 1011100 0 11010 11111000 1010101 101000

Color Harmonies of #260FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260FBC

Black with #260FBC

Text Example


Text Example

White with #260FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,15,188); }

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

background-color css

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

 a { background-color: rgb(38,15,188); }

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

border-color css

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

 span { border-color: rgb(38,15,188); }

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