Html Css Color HEX #070EFC Blue

📋 copy color: '#070EFC'

red 7 ◦ green 14 ◦ blue 252

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

Shades of Blue #070EFC

Tints of Blue #070EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 92.31%

R = 2.56%
G = 5.13%
B = 92.31%

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

#070EFC (or 0x070EFC) is known color: Blue. HEX triplet: 07, 0E and FC. RGB value is (7,14,252). Sum of RGB (Red+Green+Blue) = 7+14+252=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 252 (98.83% from 255 or 92.31% from 273); Max value from RGB is 252 - color contains mainly: blue. Hex color #070EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070EFC is #F8F103. Grayscale: #262626. Windows color (decimal): -16314628 or 16518663. OLE color: 16518663.

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

Color convert

RGB 7 14 252 -
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.82 7.39 92.58 -
YUV 39.04 248.18 105.15 -
System Red Green Blue C M Y K H S L
Decimal 7 14 252 0.97 0.94 0 0.01 238.29 0.98 0.51
Hex 7 E FC 61 5E 0 1 EE 62 33
Octal 7 16 374 141 136 0 1 356 142 63
Binary 111 1110 11111100 1100001 1011110 0 1 11101110 1100010 110011

Color Harmonies of #070EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070EFC

Black with #070EFC

Text Example


Text Example

White with #070EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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