Html Css Color HEX #070FEC Blue

📋 copy color: '#070FEC'

red 7 ◦ green 15 ◦ blue 236

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

Shades of Blue #070FEC

Tints of Blue #070FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.81%

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

R = 2.71%
G = 5.81%
B = 91.47%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#070FEC (or 0x070FEC) is known color: Blue. HEX triplet: 07, 0F and EC. RGB value is (7,15,236). Sum of RGB (Red+Green+Blue) = 7+15+236=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 236 (92.58% from 255 or 91.47% from 258); Max value from RGB is 236 - color contains mainly: blue. Hex color #070FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070FEC is #F8F013. Grayscale: #242424. Windows color (decimal): -16314388 or 15470343. OLE color: 15470343.

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

Color convert

RGB 7 15 236 -
CMYK 0.97 0.94 0 0.07
HSL 237.9º 0.94% 0.48% -
HSV(B) 237.9º 0.97% 0.93% -
XYZ 15.4 6.44 79.79 -
YUV 37.8 239.85 106.03 -
System Red Green Blue C M Y K H S L
Decimal 7 15 236 0.97 0.94 0 0.07 237.9 0.94 0.48
Hex 7 F EC 61 5E 0 7 EE 5E 30
Octal 7 17 354 141 136 0 7 356 136 60
Binary 111 1111 11101100 1100001 1011110 0 111 11101110 1011110 110000

Color Harmonies of #070FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FEC

Black with #070FEC

Text Example


Text Example

White with #070FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070FEC; }

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

 H1.HeaderClassName
 {
   color: #070FEC;
 }
 .AnyTagClassName
 {
   color: #070FEC;
 }
</style>

background-color css

<style>
 a { background-color: #070FEC; }

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

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

border-color css

<style>
 span { border-color: #070FEC; }

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

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