Html Css Color HEX #070AFB Blue

📋 copy color: '#070AFB'

red 7 ◦ green 10 ◦ blue 251

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

Shades of Blue #070AFB

Tints of Blue #070AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

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

R = 2.61%
G = 3.73%
B = 93.66%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#070AFB (or 0x070AFB) is known color: Blue. HEX triplet: 07, 0A and FB. RGB value is (7,10,251). Sum of RGB (Red+Green+Blue) = 7+10+251=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 251 (98.44% from 255 or 93.66% from 268); Max value from RGB is 251 - color contains mainly: blue. Hex color #070AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070AFB is #F8F504. Grayscale: #232323. Windows color (decimal): -16315653 or 16452103. OLE color: 16452103.

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

Color convert

RGB 7 10 251 -
CMYK 0.97 0.96 0 0.02
HSL 239.26º 0.97% 0.51% -
HSV(B) 239.26º 0.97% 0.98% -
XYZ 17.61 7.23 91.73 -
YUV 36.58 249.01 106.9 -
System Red Green Blue C M Y K H S L
Decimal 7 10 251 0.97 0.96 0 0.02 239.26 0.97 0.51
Hex 7 A FB 61 60 0 2 EF 61 33
Octal 7 12 373 141 140 0 2 357 141 63
Binary 111 1010 11111011 1100001 1100000 0 10 11101111 1100001 110011

Color Harmonies of #070AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AFB

Black with #070AFB

Text Example


Text Example

White with #070AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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