Html Css Color HEX #2601ED Blue

📋 copy color: '#2601ED'

red 38 ◦ green 1 ◦ blue 237

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

Shades of Blue #2601ED

Tints of Blue #2601ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 237 (92.97% from 255) = 85.87%

R = 13.77%
G = 0.36%
B = 85.87%

CMYK

 C value IS 0.84

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2601ED (or 0x2601ED) is known color: Blue. HEX triplet: 26, 01 and ED. RGB value is (38,1,237). Sum of RGB (Red+Green+Blue) = 38+1+237=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #2601ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2601ED is #D9FE12. Grayscale: #262626. Windows color (decimal): -14286355 or 15532326. OLE color: 15532326.

HSL color Cylindrical-coordinate representation of color #2601ED: hue angle of 249.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2601ED is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 1 237 -
CMYK 0.84 1.00 0 0.07
HSL 249.41º 0.99% 0.47% -
HSV(B) 249.41º 1% 0.93% -
XYZ 16.1 6.55 80.54 -
YUV 38.97 239.76 127.31 -
System Red Green Blue C M Y K H S L
Decimal 38 1 237 0.84 1.00 0 0.07 249.41 0.99 0.47
Hex 26 1 ED 54 64 0 7 F9 63 2F
Octal 46 1 355 124 144 0 7 371 143 57
Binary 100110 1 11101101 1010100 1100100 0 111 11111001 1100011 101111

Color Harmonies of #2601ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2601ED

Black with #2601ED

Text Example


Text Example

White with #2601ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2601ED; }

 p { color: rgb(38,1,237); }

 H1.HeaderClassName
 {
   color: #2601ED;
 }
 .AnyTagClassName
 {
   color: #2601ED;
 }
</style>

background-color css

<style>
 a { background-color: #2601ED; }

 a { background-color: rgb(38,1,237); }

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

border-color css

<style>
 span { border-color: #2601ED; }

 span { border-color: rgb(38,1,237); }

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