Html Css Color HEX #0706EC Blue

📋 copy color: '#0706EC'

red 7 ◦ green 6 ◦ blue 236

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

Shades of Blue #0706EC

Tints of Blue #0706EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 2.81%
G = 2.41%
B = 94.78%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0706EC (or 0x0706EC) is known color: Blue. HEX triplet: 07, 06 and EC. RGB value is (7,6,236). Sum of RGB (Red+Green+Blue) = 7+6+236=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 236 (92.58% from 255 or 94.78% from 249); Max value from RGB is 236 - color contains mainly: blue. Hex color #0706EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0706EC is #F8F913. Grayscale: #1F1F1F. Windows color (decimal): -16316692 or 15468039. OLE color: 15468039.

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

Color convert

RGB 7 6 236 -
CMYK 0.97 0.97 0 0.07
HSL 240.26º 0.95% 0.47% -
HSV(B) 240.26º 0.97% 0.93% -
XYZ 15.29 6.23 79.75 -
YUV 32.52 242.83 109.8 -
System Red Green Blue C M Y K H S L
Decimal 7 6 236 0.97 0.97 0 0.07 240.26 0.95 0.47
Hex 7 6 EC 61 61 0 7 F0 5F 2F
Octal 7 6 354 141 141 0 7 360 137 57
Binary 111 110 11101100 1100001 1100001 0 111 11110000 1011111 101111

Color Harmonies of #0706EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0706EC

Black with #0706EC

Text Example


Text Example

White with #0706EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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