Html Css Color HEX #0706E9 Blue

📋 copy color: '#0706E9'

red 7 ◦ green 6 ◦ blue 233

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

Shades of Blue #0706E9

Tints of Blue #0706E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 94.72%

R = 2.85%
G = 2.44%
B = 94.72%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0706E9 (or 0x0706E9) is known color: Blue. HEX triplet: 07, 06 and E9. RGB value is (7,6,233). Sum of RGB (Red+Green+Blue) = 7+6+233=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 233 (91.41% from 255 or 94.72% from 246); Max value from RGB is 233 - color contains mainly: blue. Hex color #0706E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0706E9 is #F8F916. Grayscale: #1F1F1F. Windows color (decimal): -16316695 or 15271431. OLE color: 15271431.

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

Color convert

RGB 7 6 233 -
CMYK 0.97 0.97 0 0.09
HSL 240.26º 0.95% 0.47% -
HSV(B) 240.26º 0.97% 0.91% -
XYZ 14.86 6.06 77.48 -
YUV 32.18 241.33 110.04 -
System Red Green Blue C M Y K H S L
Decimal 7 6 233 0.97 0.97 0 0.09 240.26 0.95 0.47
Hex 7 6 E9 61 61 0 9 F0 5F 2F
Octal 7 6 351 141 141 0 11 360 137 57
Binary 111 110 11101001 1100001 1100001 0 1001 11110000 1011111 101111

Color Harmonies of #0706E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0706E9

Black with #0706E9

Text Example


Text Example

White with #0706E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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