Html Css Color HEX #0711FC Blue

📋 copy color: '#0711FC'

red 7 ◦ green 17 ◦ blue 252

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

Shades of Blue #0711FC

Tints of Blue #0711FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 91.3%

R = 2.54%
G = 6.16%
B = 91.3%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0711FC (or 0x0711FC) is known color: Blue. HEX triplet: 07, 11 and FC. RGB value is (7,17,252). Sum of RGB (Red+Green+Blue) = 7+17+252=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 252 (98.83% from 255 or 91.30% from 276); Max value from RGB is 252 - color contains mainly: blue. Hex color #0711FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0711FC is #F8EE03. Grayscale: #272727. Windows color (decimal): -16313860 or 16519431. OLE color: 16519431.

HSL color Cylindrical-coordinate representation of color #0711FC: hue angle of 237.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0711FC is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 17 252 -
CMYK 0.97 0.93 0 0.01
HSL 237.55º 0.98% 0.51% -
HSV(B) 237.55º 0.97% 0.99% -
XYZ 17.86 7.47 92.6 -
YUV 40.8 247.19 103.89 -
System Red Green Blue C M Y K H S L
Decimal 7 17 252 0.97 0.93 0 0.01 237.55 0.98 0.51
Hex 7 11 FC 61 5D 0 1 EE 62 33
Octal 7 21 374 141 135 0 1 356 142 63
Binary 111 10001 11111100 1100001 1011101 0 1 11101110 1100010 110011

Color Harmonies of #0711FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0711FC

Black with #0711FC

Text Example


Text Example

White with #0711FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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