Html Css Color HEX #260FCC Medium Blue

📋 copy color: '#260FCC'

red 38 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #260FCC

Tints of Medium Blue #260FCC

RGB

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

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

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

R = 14.79%
G = 5.84%
B = 79.38%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#260FCC (or 0x260FCC) is known color: Medium Blue. HEX triplet: 26, 0F and CC. RGB value is (38,15,204). Sum of RGB (Red+Green+Blue) = 38+15+204=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #260FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260FCC is #D9F033. Grayscale: #2A2A2A. Windows color (decimal): -14282804 or 13373222. OLE color: 13373222.

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

Color convert

RGB 38 15 204 -
CMYK 0.81 0.93 0 0.2
HSL 247.3º 0.86% 0.43% -
HSV(B) 247.3º 0.93% 0.8% -
XYZ 11.87 5.11 57.49 -
YUV 43.42 218.62 124.13 -
System Red Green Blue C M Y K H S L
Decimal 38 15 204 0.81 0.93 0 0.2 247.3 0.86 0.43
Hex 26 F CC 51 5D 0 14 F7 56 2B
Octal 46 17 314 121 135 0 24 367 126 53
Binary 100110 1111 11001100 1010001 1011101 0 10100 11110111 1010110 101011

Color Harmonies of #260FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260FCC

Black with #260FCC

Text Example


Text Example

White with #260FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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