Html Css Color HEX #2E07DA Medium Blue

📋 copy color: '#2E07DA'

red 46 ◦ green 7 ◦ blue 218

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

Shades of Medium Blue #2E07DA

Tints of Medium Blue #2E07DA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

 BLUE value IS 218 (85.55% from 255) = 80.44%

R = 16.97%
G = 2.58%
B = 80.44%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2E07DA (or 0x2E07DA) is known color: Medium Blue. HEX triplet: 2E, 07 and DA. RGB value is (46,7,218). Sum of RGB (Red+Green+Blue) = 46+7+218=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E07DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E07DA is #D1F825. Grayscale: #292929. Windows color (decimal): -13760550 or 14288686. OLE color: 14288686.

HSL color Cylindrical-coordinate representation of color #2E07DA: hue angle of 251.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E07DA is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 7 218 -
CMYK 0.79 0.97 0 0.15
HSL 251.09º 0.94% 0.44% -
HSV(B) 251.09º 0.97% 0.85% -
XYZ 13.86 5.79 66.72 -
YUV 42.72 226.92 130.34 -
System Red Green Blue C M Y K H S L
Decimal 46 7 218 0.79 0.97 0 0.15 251.09 0.94 0.44
Hex 2E 7 DA 4F 61 0 F FB 5E 2C
Octal 56 7 332 117 141 0 17 373 136 54
Binary 101110 111 11011010 1001111 1100001 0 1111 11111011 1011110 101100

Color Harmonies of #2E07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E07DA

Black with #2E07DA

Text Example


Text Example

White with #2E07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,7,218); }

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

background-color css

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

 a { background-color: rgb(46,7,218); }

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

border-color css

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

 span { border-color: rgb(46,7,218); }

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