Html Css Color HEX #260CCE Medium Blue

📋 copy color: '#260CCE'

red 38 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #260CCE

Tints of Medium Blue #260CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.47%

R = 14.84%
G = 4.69%
B = 80.47%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#260CCE (or 0x260CCE) is known color: Medium Blue. HEX triplet: 26, 0C and CE. RGB value is (38,12,206). Sum of RGB (Red+Green+Blue) = 38+12+206=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #260CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CCE is #D9F331. Grayscale: #292929. Windows color (decimal): -14283570 or 13503526. OLE color: 13503526.

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

Color convert

RGB 38 12 206 -
CMYK 0.82 0.94 0 0.19
HSL 248.04º 0.89% 0.43% -
HSV(B) 248.04º 0.94% 0.81% -
XYZ 12.07 5.13 58.75 -
YUV 41.89 220.61 125.23 -
System Red Green Blue C M Y K H S L
Decimal 38 12 206 0.82 0.94 0 0.19 248.04 0.89 0.43
Hex 26 C CE 52 5E 0 13 F8 59 2B
Octal 46 14 316 122 136 0 23 370 131 53
Binary 100110 1100 11001110 1010010 1011110 0 10011 11111000 1011001 101011

Color Harmonies of #260CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260CCE

Black with #260CCE

Text Example


Text Example

White with #260CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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