Html Css Color HEX #070AD3 Medium Blue

📋 copy color: '#070AD3'

red 7 ◦ green 10 ◦ blue 211

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

Shades of Medium Blue #070AD3

Tints of Medium Blue #070AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 92.54%

R = 3.07%
G = 4.39%
B = 92.54%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#070AD3 (or 0x070AD3) is known color: Medium Blue. HEX triplet: 07, 0A and D3. RGB value is (7,10,211). Sum of RGB (Red+Green+Blue) = 7+10+211=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 211 (82.81% from 255 or 92.54% from 228); Max value from RGB is 211 - color contains mainly: blue. Hex color #070AD3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070AD3 is #F8F52C. Grayscale: #1F1F1F. Windows color (decimal): -16315693 or 13830663. OLE color: 13830663.

HSL color Cylindrical-coordinate representation of color #070AD3: hue angle of 239.12º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070AD3 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 7 10 211 -
CMYK 0.97 0.95 0 0.17
HSL 239.12º 0.94% 0.43% -
HSV(B) 239.12º 0.97% 0.83% -
XYZ 11.95 4.97 61.96 -
YUV 32.02 229.01 110.16 -
System Red Green Blue C M Y K H S L
Decimal 7 10 211 0.97 0.95 0 0.17 239.12 0.94 0.43
Hex 7 A D3 61 5F 0 11 EF 5E 2B
Octal 7 12 323 141 137 0 21 357 136 53
Binary 111 1010 11010011 1100001 1011111 0 10001 11101111 1011110 101011

Color Harmonies of #070AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AD3

Black with #070AD3

Text Example


Text Example

White with #070AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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