Html Css Color HEX #260DC7 Medium Blue

📋 copy color: '#260DC7'

red 38 ◦ green 13 ◦ blue 199

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

Shades of Medium Blue #260DC7

Tints of Medium Blue #260DC7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.2%

 BLUE value IS 199 (78.13% from 255) = 79.6%

R = 15.2%
G = 5.2%
B = 79.6%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#260DC7 (or 0x260DC7) is known color: Medium Blue. HEX triplet: 26, 0D and C7. RGB value is (38,13,199). Sum of RGB (Red+Green+Blue) = 38+13+199=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 199 (78.12% from 255 or 79.6% from 250); Max value from RGB is 199 - color contains mainly: blue. Hex color #260DC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DC7 is #D9F238. Grayscale: #282828. Windows color (decimal): -14283321 or 13045030. OLE color: 13045030.

HSL color Cylindrical-coordinate representation of color #260DC7: hue angle of 248.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260DC7 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 13 199 -
CMYK 0.81 0.93 0 0.22
HSL 248.06º 0.88% 0.42% -
HSV(B) 248.06º 0.93% 0.78% -
XYZ 11.25 4.82 54.37 -
YUV 41.68 216.78 125.38 -
System Red Green Blue C M Y K H S L
Decimal 38 13 199 0.81 0.93 0 0.22 248.06 0.88 0.42
Hex 26 D C7 51 5D 0 16 F8 58 2A
Octal 46 15 307 121 135 0 26 370 130 52
Binary 100110 1101 11000111 1010001 1011101 0 10110 11111000 1011000 101010

Color Harmonies of #260DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260DC7

Black with #260DC7

Text Example


Text Example

White with #260DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,13,199); }

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

background-color css

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

 a { background-color: rgb(38,13,199); }

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

border-color css

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

 span { border-color: rgb(38,13,199); }

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