Html Css Color HEX #070DFB Blue

📋 copy color: '#070DFB'

red 7 ◦ green 13 ◦ blue 251

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

Shades of Blue #070DFB

Tints of Blue #070DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

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

R = 2.58%
G = 4.8%
B = 92.62%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#070DFB (or 0x070DFB) is known color: Blue. HEX triplet: 07, 0D and FB. RGB value is (7,13,251). Sum of RGB (Red+Green+Blue) = 7+13+251=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 251 (98.44% from 255 or 92.62% from 271); Max value from RGB is 251 - color contains mainly: blue. Hex color #070DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070DFB is #F8F204. Grayscale: #252525. Windows color (decimal): -16314885 or 16452871. OLE color: 16452871.

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

Color convert

RGB 7 13 251 -
CMYK 0.97 0.95 0 0.02
HSL 238.52º 0.97% 0.51% -
HSV(B) 238.52º 0.97% 0.98% -
XYZ 17.64 7.3 91.75 -
YUV 38.34 248.01 105.65 -
System Red Green Blue C M Y K H S L
Decimal 7 13 251 0.97 0.95 0 0.02 238.52 0.97 0.51
Hex 7 D FB 61 5F 0 2 EF 61 33
Octal 7 15 373 141 137 0 2 357 141 63
Binary 111 1101 11111011 1100001 1011111 0 10 11101111 1100001 110011

Color Harmonies of #070DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070DFB

Black with #070DFB

Text Example


Text Example

White with #070DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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