Html Css Color HEX #260ACC Medium Blue

📋 copy color: '#260ACC'

red 38 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #260ACC

Tints of Medium Blue #260ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

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

R = 15.08%
G = 3.97%
B = 80.95%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#260ACC (or 0x260ACC) is known color: Medium Blue. HEX triplet: 26, 0A and CC. RGB value is (38,10,204). Sum of RGB (Red+Green+Blue) = 38+10+204=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #260ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ACC is #D9F533. Grayscale: #272727. Windows color (decimal): -14284084 or 13371942. OLE color: 13371942.

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

Color convert

RGB 38 10 204 -
CMYK 0.81 0.95 0 0.2
HSL 248.66º 0.91% 0.42% -
HSV(B) 248.66º 0.95% 0.8% -
XYZ 11.81 4.99 57.47 -
YUV 40.49 220.28 126.23 -
System Red Green Blue C M Y K H S L
Decimal 38 10 204 0.81 0.95 0 0.2 248.66 0.91 0.42
Hex 26 A CC 51 5F 0 14 F9 5B 2A
Octal 46 12 314 121 137 0 24 371 133 52
Binary 100110 1010 11001100 1010001 1011111 0 10100 11111001 1011011 101010

Color Harmonies of #260ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260ACC

Black with #260ACC

Text Example


Text Example

White with #260ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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