Html Css Color HEX #2601EF Blue

📋 copy color: '#2601EF'

red 38 ◦ green 1 ◦ blue 239

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

Shades of Blue #2601EF

Tints of Blue #2601EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 85.97%

R = 13.67%
G = 0.36%
B = 85.97%

CMYK

 C value IS 0.84

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2601EF (or 0x2601EF) is known color: Blue. HEX triplet: 26, 01 and EF. RGB value is (38,1,239). Sum of RGB (Red+Green+Blue) = 38+1+239=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #2601EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2601EF is #D9FE10. Grayscale: #262626. Windows color (decimal): -14286353 or 15663398. OLE color: 15663398.

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

Color convert

RGB 38 1 239 -
CMYK 0.84 1.00 0 0.06
HSL 249.33º 0.99% 0.47% -
HSV(B) 249.33º 1% 0.94% -
XYZ 16.39 6.67 82.08 -
YUV 39.2 240.76 127.15 -
System Red Green Blue C M Y K H S L
Decimal 38 1 239 0.84 1.00 0 0.06 249.33 0.99 0.47
Hex 26 1 EF 54 64 0 6 F9 63 2F
Octal 46 1 357 124 144 0 6 371 143 57
Binary 100110 1 11101111 1010100 1100100 0 110 11111001 1100011 101111

Color Harmonies of #2601EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2601EF

Black with #2601EF

Text Example


Text Example

White with #2601EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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