Html Css Color HEX #260BCD Medium Blue

📋 copy color: '#260BCD'

red 38 ◦ green 11 ◦ blue 205

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

Shades of Medium Blue #260BCD

Tints of Medium Blue #260BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 14.96%
G = 4.33%
B = 80.71%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#260BCD (or 0x260BCD) is known color: Medium Blue. HEX triplet: 26, 0B and CD. RGB value is (38,11,205). Sum of RGB (Red+Green+Blue) = 38+11+205=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #260BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BCD is #D9F432. Grayscale: #282828. Windows color (decimal): -14283827 or 13437734. OLE color: 13437734.

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

Color convert

RGB 38 11 205 -
CMYK 0.81 0.95 0 0.20
HSL 248.35º 0.9% 0.42% -
HSV(B) 248.35º 0.95% 0.8% -
XYZ 11.94 5.06 58.1 -
YUV 41.19 220.45 125.73 -
System Red Green Blue C M Y K H S L
Decimal 38 11 205 0.81 0.95 0 0.20 248.35 0.9 0.42
Hex 26 B CD 51 5F 0 14 F8 5A 2A
Octal 46 13 315 121 137 0 24 370 132 52
Binary 100110 1011 11001101 1010001 1011111 0 10100 11111000 1011010 101010

Color Harmonies of #260BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260BCD

Black with #260BCD

Text Example


Text Example

White with #260BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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