Html Css Color HEX #260DCC Medium Blue

📋 copy color: '#260DCC'

red 38 ◦ green 13 ◦ blue 204

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

Shades of Medium Blue #260DCC

Tints of Medium Blue #260DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80%

R = 14.9%
G = 5.1%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#260DCC (or 0x260DCC) is known color: Medium Blue. HEX triplet: 26, 0D and CC. RGB value is (38,13,204). Sum of RGB (Red+Green+Blue) = 38+13+204=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #260DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DCC is #D9F233. Grayscale: #292929. Windows color (decimal): -14283316 or 13372710. OLE color: 13372710.

HSL color Cylindrical-coordinate representation of color #260DCC: hue angle of 247.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260DCC is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 13 204 -
CMYK 0.81 0.94 0 0.2
HSL 247.85º 0.88% 0.43% -
HSV(B) 247.85º 0.94% 0.8% -
XYZ 11.84 5.06 57.48 -
YUV 42.25 219.28 124.97 -
System Red Green Blue C M Y K H S L
Decimal 38 13 204 0.81 0.94 0 0.2 247.85 0.88 0.43
Hex 26 D CC 51 5E 0 14 F8 58 2B
Octal 46 15 314 121 136 0 24 370 130 53
Binary 100110 1101 11001100 1010001 1011110 0 10100 11111000 1011000 101011

Color Harmonies of #260DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260DCC

Black with #260DCC

Text Example


Text Example

White with #260DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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