Html Css Color HEX #070EFA Blue

📋 copy color: '#070EFA'

red 7 ◦ green 14 ◦ blue 250

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

Shades of Blue #070EFA

Tints of Blue #070EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.17%

 BLUE value IS 250 (98.05% from 255) = 92.25%

R = 2.58%
G = 5.17%
B = 92.25%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#070EFA (or 0x070EFA) is known color: Blue. HEX triplet: 07, 0E and FA. RGB value is (7,14,250). Sum of RGB (Red+Green+Blue) = 7+14+250=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 250 (98.05% from 255 or 92.25% from 271); Max value from RGB is 250 - color contains mainly: blue. Hex color #070EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070EFA is #F8F105. Grayscale: #252525. Windows color (decimal): -16314630 or 16387591. OLE color: 16387591.

HSL color Cylindrical-coordinate representation of color #070EFA: hue angle of 238.27º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070EFA is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 14 250 -
CMYK 0.97 0.94 0 0.02
HSL 238.27º 0.96% 0.5% -
HSV(B) 238.27º 0.97% 0.98% -
XYZ 17.5 7.26 90.92 -
YUV 38.81 247.18 105.31 -
System Red Green Blue C M Y K H S L
Decimal 7 14 250 0.97 0.94 0 0.02 238.27 0.96 0.5
Hex 7 E FA 61 5E 0 2 EE 60 32
Octal 7 16 372 141 136 0 2 356 140 62
Binary 111 1110 11111010 1100001 1011110 0 10 11101110 1100000 110010

Color Harmonies of #070EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070EFA

Black with #070EFA

Text Example


Text Example

White with #070EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,14,250); }

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

background-color css

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

 a { background-color: rgb(7,14,250); }

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

border-color css

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

 span { border-color: rgb(7,14,250); }

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