Html Css Color HEX #260BCC Medium Blue

📋 copy color: '#260BCC'

red 38 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #260BCC

Tints of Medium Blue #260BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

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

R = 15.02%
G = 4.35%
B = 80.63%

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

#260BCC (or 0x260BCC) is known color: Medium Blue. HEX triplet: 26, 0B and CC. RGB value is (38,11,204). Sum of RGB (Red+Green+Blue) = 38+11+204=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #260BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BCC is #D9F433. Grayscale: #282828. Windows color (decimal): -14283828 or 13372198. OLE color: 13372198.

HSL color Cylindrical-coordinate representation of color #260BCC: hue angle of 248.39º degrees, saturation: 0.9, 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 #260BCC is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 11 204 -
CMYK 0.81 0.95 0 0.2
HSL 248.39º 0.9% 0.42% -
HSV(B) 248.39º 0.95% 0.8% -
XYZ 11.82 5.01 57.47 -
YUV 41.08 219.95 125.81 -
System Red Green Blue C M Y K H S L
Decimal 38 11 204 0.81 0.95 0 0.2 248.39 0.9 0.42
Hex 26 B CC 51 5F 0 14 F8 5A 2A
Octal 46 13 314 121 137 0 24 370 132 52
Binary 100110 1011 11001100 1010001 1011111 0 10100 11111000 1011010 101010

Color Harmonies of #260BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260BCC

Black with #260BCC

Text Example


Text Example

White with #260BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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