Html Css Color HEX #0701EF Blue

📋 copy color: '#0701EF'

red 7 ◦ green 1 ◦ blue 239

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

Shades of Blue #0701EF

Tints of Blue #0701EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 239 (93.75% from 255) = 96.76%

R = 2.83%
G = 0.4%
B = 96.76%

CMYK

 C value IS 0.97

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0701EF (or 0x0701EF) is known color: Blue. HEX triplet: 07, 01 and EF. RGB value is (7,1,239). Sum of RGB (Red+Green+Blue) = 7+1+239=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 239 (93.75% from 255 or 96.76% from 247); Max value from RGB is 239 - color contains mainly: blue. Hex color #0701EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0701EF is #F8FE10. Grayscale: #1C1C1C. Windows color (decimal): -16317969 or 15663367. OLE color: 15663367.

HSL color Cylindrical-coordinate representation of color #0701EF: hue angle of 241.51º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0701EF is Cyan = 0.97, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 1 239 -
CMYK 0.97 1.00 0 0.06
HSL 241.51º 0.99% 0.47% -
HSV(B) 241.51º 1% 0.94% -
XYZ 15.68 6.3 82.05 -
YUV 29.93 245.99 111.65 -
System Red Green Blue C M Y K H S L
Decimal 7 1 239 0.97 1.00 0 0.06 241.51 0.99 0.47
Hex 7 1 EF 61 64 0 6 F2 63 2F
Octal 7 1 357 141 144 0 6 362 143 57
Binary 111 1 11101111 1100001 1100100 0 110 11110010 1100011 101111

Color Harmonies of #0701EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0701EF

Black with #0701EF

Text Example


Text Example

White with #0701EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0701EF; }

 p { color: rgb(7,1,239); }

 H1.HeaderClassName
 {
   color: #0701EF;
 }
 .AnyTagClassName
 {
   color: #0701EF;
 }
</style>

background-color css

<style>
 a { background-color: #0701EF; }

 a { background-color: rgb(7,1,239); }

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

border-color css

<style>
 span { border-color: #0701EF; }

 span { border-color: rgb(7,1,239); }

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