Html Css Color HEX #070EFD Blue

📋 copy color: '#070EFD'

red 7 ◦ green 14 ◦ blue 253

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

Shades of Blue #070EFD

Tints of Blue #070EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 92.34%

R = 2.55%
G = 5.11%
B = 92.34%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#070EFD (or 0x070EFD) is known color: Blue. HEX triplet: 07, 0E and FD. RGB value is (7,14,253). Sum of RGB (Red+Green+Blue) = 7+14+253=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 253 (99.22% from 255 or 92.34% from 274); Max value from RGB is 253 - color contains mainly: blue. Hex color #070EFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070EFD is #F8F102. Grayscale: #262626. Windows color (decimal): -16314627 or 16584199. OLE color: 16584199.

HSL color Cylindrical-coordinate representation of color #070EFD: hue angle of 238.29º 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 #070EFD is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 14 253 -
CMYK 0.97 0.94 0 0.01
HSL 238.29º 0.98% 0.51% -
HSV(B) 238.29º 0.97% 0.99% -
XYZ 17.97 7.45 93.42 -
YUV 39.15 248.68 105.07 -
System Red Green Blue C M Y K H S L
Decimal 7 14 253 0.97 0.94 0 0.01 238.29 0.98 0.51
Hex 7 E FD 61 5E 0 1 EE 62 33
Octal 7 16 375 141 136 0 1 356 142 63
Binary 111 1110 11111101 1100001 1011110 0 1 11101110 1100010 110011

Color Harmonies of #070EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070EFD

Black with #070EFD

Text Example


Text Example

White with #070EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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