Html Css Color HEX #260CCC Medium Blue

📋 copy color: '#260CCC'

red 38 ◦ green 12 ◦ blue 204

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

Shades of Medium Blue #260CCC

Tints of Medium Blue #260CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

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

R = 14.96%
G = 4.72%
B = 80.31%

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

#260CCC (or 0x260CCC) is known color: Medium Blue. HEX triplet: 26, 0C and CC. RGB value is (38,12,204). Sum of RGB (Red+Green+Blue) = 38+12+204=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #260CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CCC is #D9F333. Grayscale: #282828. Windows color (decimal): -14283572 or 13372454. OLE color: 13372454.

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

Color convert

RGB 38 12 204 -
CMYK 0.81 0.94 0 0.2
HSL 248.13º 0.89% 0.42% -
HSV(B) 248.13º 0.94% 0.8% -
XYZ 11.83 5.03 57.48 -
YUV 41.66 219.61 125.39 -
System Red Green Blue C M Y K H S L
Decimal 38 12 204 0.81 0.94 0 0.2 248.13 0.89 0.42
Hex 26 C CC 51 5E 0 14 F8 59 2A
Octal 46 14 314 121 136 0 24 370 131 52
Binary 100110 1100 11001100 1010001 1011110 0 10100 11111000 1011001 101010

Color Harmonies of #260CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260CCC

Black with #260CCC

Text Example


Text Example

White with #260CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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