Html Css Color HEX #070EFB Blue

📋 copy color: '#070EFB'

red 7 ◦ green 14 ◦ blue 251

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

Shades of Blue #070EFB

Tints of Blue #070EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 92.28%

R = 2.57%
G = 5.15%
B = 92.28%

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

#070EFB (or 0x070EFB) is known color: Blue. HEX triplet: 07, 0E and FB. RGB value is (7,14,251). Sum of RGB (Red+Green+Blue) = 7+14+251=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 251 (98.44% from 255 or 92.28% from 272); Max value from RGB is 251 - color contains mainly: blue. Hex color #070EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070EFB is #F8F104. Grayscale: #252525. Windows color (decimal): -16314629 or 16453127. OLE color: 16453127.

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

Color convert

RGB 7 14 251 -
CMYK 0.97 0.94 0 0.02
HSL 238.28º 0.97% 0.51% -
HSV(B) 238.28º 0.97% 0.98% -
XYZ 17.66 7.32 91.75 -
YUV 38.93 247.68 105.23 -
System Red Green Blue C M Y K H S L
Decimal 7 14 251 0.97 0.94 0 0.02 238.28 0.97 0.51
Hex 7 E FB 61 5E 0 2 EE 61 33
Octal 7 16 373 141 136 0 2 356 141 63
Binary 111 1110 11111011 1100001 1011110 0 10 11101110 1100001 110011

Color Harmonies of #070EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070EFB

Black with #070EFB

Text Example


Text Example

White with #070EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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