Html Css Color HEX #0711EA Blue

📋 copy color: '#0711EA'

red 7 ◦ green 17 ◦ blue 234

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

Shades of Blue #0711EA

Tints of Blue #0711EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

 BLUE value IS 234 (91.8% from 255) = 90.7%

R = 2.71%
G = 6.59%
B = 90.7%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0711EA (or 0x0711EA) is known color: Blue. HEX triplet: 07, 11 and EA. RGB value is (7,17,234). Sum of RGB (Red+Green+Blue) = 7+17+234=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 234 (91.80% from 255 or 90.70% from 258); Max value from RGB is 234 - color contains mainly: blue. Hex color #0711EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0711EA is #F8EE15. Grayscale: #252525. Windows color (decimal): -16313878 or 15339783. OLE color: 15339783.

HSL color Cylindrical-coordinate representation of color #0711EA: hue angle of 237.36º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0711EA is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 17 234 -
CMYK 0.97 0.93 0 0.08
HSL 237.36º 0.94% 0.47% -
HSV(B) 237.36º 0.97% 0.92% -
XYZ 15.14 6.39 78.28 -
YUV 38.75 238.19 105.36 -
System Red Green Blue C M Y K H S L
Decimal 7 17 234 0.97 0.93 0 0.08 237.36 0.94 0.47
Hex 7 11 EA 61 5D 0 8 ED 5E 2F
Octal 7 21 352 141 135 0 10 355 136 57
Binary 111 10001 11101010 1100001 1011101 0 1000 11101101 1011110 101111

Color Harmonies of #0711EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0711EA

Black with #0711EA

Text Example


Text Example

White with #0711EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0711EA; }

 p { color: rgb(7,17,234); }

 H1.HeaderClassName
 {
   color: #0711EA;
 }
 .AnyTagClassName
 {
   color: #0711EA;
 }
</style>

background-color css

<style>
 a { background-color: #0711EA; }

 a { background-color: rgb(7,17,234); }

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

border-color css

<style>
 span { border-color: #0711EA; }

 span { border-color: rgb(7,17,234); }

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