Html Css Color HEX #260FBB Medium Blue

📋 copy color: '#260FBB'

red 38 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #260FBB

Tints of Medium Blue #260FBB

RGB

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

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

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

R = 15.83%
G = 6.25%
B = 77.92%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#260FBB (or 0x260FBB) is known color: Medium Blue. HEX triplet: 26, 0F and BB. RGB value is (38,15,187). Sum of RGB (Red+Green+Blue) = 38+15+187=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #260FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260FBB is #D9F044. Grayscale: #282828. Windows color (decimal): -14282821 or 12259110. OLE color: 12259110.

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

Color convert

RGB 38 15 187 -
CMYK 0.80 0.92 0 0.27
HSL 248.02º 0.85% 0.4% -
HSV(B) 248.02º 0.92% 0.73% -
XYZ 9.94 4.34 47.33 -
YUV 41.49 210.12 125.51 -
System Red Green Blue C M Y K H S L
Decimal 38 15 187 0.80 0.92 0 0.27 248.02 0.85 0.4
Hex 26 F BB 50 5C 0 1B F8 55 28
Octal 46 17 273 120 134 0 33 370 125 50
Binary 100110 1111 10111011 1010000 1011100 0 11011 11111000 1010101 101000

Color Harmonies of #260FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260FBB

Black with #260FBB

Text Example


Text Example

White with #260FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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