Html Css Color HEX #0727EC Blue

📋 copy color: '#0727EC'

red 7 ◦ green 39 ◦ blue 236

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

Shades of Blue #0727EC

Tints of Blue #0727EC

RGB

 RED value IS 7 (3.13% from 255) = 2.48%

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 236 (92.58% from 255) = 83.69%

R = 2.48%
G = 13.83%
B = 83.69%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0727EC (or 0x0727EC) is known color: Blue. HEX triplet: 07, 27 and EC. RGB value is (7,39,236). Sum of RGB (Red+Green+Blue) = 7+39+236=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 236 (92.58% from 255 or 83.69% from 282); Max value from RGB is 236 - color contains mainly: blue. Hex color #0727EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0727EC is #F8D813. Grayscale: #333333. Windows color (decimal): -16308244 or 15476487. OLE color: 15476487.

HSL color Cylindrical-coordinate representation of color #0727EC: hue angle of 231.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0727EC is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 39 236 -
CMYK 0.97 0.83 0 0.07
HSL 231.62º 0.94% 0.48% -
HSV(B) 231.62º 0.97% 0.93% -
XYZ 15.95 7.55 79.97 -
YUV 51.89 231.9 95.98 -
System Red Green Blue C M Y K H S L
Decimal 7 39 236 0.97 0.83 0 0.07 231.62 0.94 0.48
Hex 7 27 EC 61 53 0 7 E8 5E 30
Octal 7 47 354 141 123 0 7 350 136 60
Binary 111 100111 11101100 1100001 1010011 0 111 11101000 1011110 110000

Color Harmonies of #0727EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0727EC

Black with #0727EC

Text Example


Text Example

White with #0727EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0727EC; }

 p { color: rgb(7,39,236); }

 H1.HeaderClassName
 {
   color: #0727EC;
 }
 .AnyTagClassName
 {
   color: #0727EC;
 }
</style>

background-color css

<style>
 a { background-color: #0727EC; }

 a { background-color: rgb(7,39,236); }

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

border-color css

<style>
 span { border-color: #0727EC; }

 span { border-color: rgb(7,39,236); }

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