Html Css Color HEX #070ADD Medium Blue

📋 copy color: '#070ADD'

red 7 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #070ADD

Tints of Medium Blue #070ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 92.86%

R = 2.94%
G = 4.2%
B = 92.86%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#070ADD (or 0x070ADD) is known color: Medium Blue. HEX triplet: 07, 0A and DD. RGB value is (7,10,221). Sum of RGB (Red+Green+Blue) = 7+10+221=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 221 (86.72% from 255 or 92.86% from 238); Max value from RGB is 221 - color contains mainly: blue. Hex color #070ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ADD is #F8F522. Grayscale: #202020. Windows color (decimal): -16315683 or 14486023. OLE color: 14486023.

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

Color convert

RGB 7 10 221 -
CMYK 0.97 0.95 0 0.13
HSL 239.16º 0.94% 0.45% -
HSV(B) 239.16º 0.97% 0.87% -
XYZ 13.25 5.48 68.77 -
YUV 33.16 234.01 109.34 -
System Red Green Blue C M Y K H S L
Decimal 7 10 221 0.97 0.95 0 0.13 239.16 0.94 0.45
Hex 7 A DD 61 5F 0 D EF 5E 2D
Octal 7 12 335 141 137 0 15 357 136 55
Binary 111 1010 11011101 1100001 1011111 0 1101 11101111 1011110 101101

Color Harmonies of #070ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ADD

Black with #070ADD

Text Example


Text Example

White with #070ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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