Html Css Color HEX #2E01CF Medium Blue

📋 copy color: '#2E01CF'

red 46 ◦ green 1 ◦ blue 207

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

Shades of Medium Blue #2E01CF

Tints of Medium Blue #2E01CF

RGB

 RED value IS 46 (18.36% from 255) = 18.11%

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

 BLUE value IS 207 (81.25% from 255) = 81.5%

R = 18.11%
G = 0.39%
B = 81.5%

CMYK

 C value IS 0.78

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E01CF (or 0x2E01CF) is known color: Medium Blue. HEX triplet: 2E, 01 and CF. RGB value is (46,1,207). Sum of RGB (Red+Green+Blue) = 46+1+207=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E01CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E01CF is #D1FE30. Grayscale: #252525. Windows color (decimal): -13762097 or 13566254. OLE color: 13566254.

HSL color Cylindrical-coordinate representation of color #2E01CF: hue angle of 253.11º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E01CF is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 1 207 -
CMYK 0.78 1.00 0 0.19
HSL 253.11º 0.99% 0.41% -
HSV(B) 253.11º 1% 0.81% -
XYZ 12.4 5.11 59.36 -
YUV 37.94 223.41 133.75 -
System Red Green Blue C M Y K H S L
Decimal 46 1 207 0.78 1.00 0 0.19 253.11 0.99 0.41
Hex 2E 1 CF 4E 64 0 13 FD 63 29
Octal 56 1 317 116 144 0 23 375 143 51
Binary 101110 1 11001111 1001110 1100100 0 10011 11111101 1100011 101001

Color Harmonies of #2E01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E01CF

Black with #2E01CF

Text Example


Text Example

White with #2E01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E01CF; }

 p { color: rgb(46,1,207); }

 H1.HeaderClassName
 {
   color: #2E01CF;
 }
 .AnyTagClassName
 {
   color: #2E01CF;
 }
</style>

background-color css

<style>
 a { background-color: #2E01CF; }

 a { background-color: rgb(46,1,207); }

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

border-color css

<style>
 span { border-color: #2E01CF; }

 span { border-color: rgb(46,1,207); }

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