Html Css Color HEX #070DDD Medium Blue

📋 copy color: '#070DDD'

red 7 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #070DDD

Tints of Medium Blue #070DDD

RGB

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

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

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

R = 2.9%
G = 5.39%
B = 91.7%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#070DDD (or 0x070DDD) is known color: Medium Blue. HEX triplet: 07, 0D and DD. RGB value is (7,13,221). Sum of RGB (Red+Green+Blue) = 7+13+221=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 221 (86.72% from 255 or 91.70% from 241); Max value from RGB is 221 - color contains mainly: blue. Hex color #070DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DDD is #F8F222. Grayscale: #222222. Windows color (decimal): -16314915 or 14486791. OLE color: 14486791.

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

Color convert

RGB 7 13 221 -
CMYK 0.97 0.94 0 0.13
HSL 238.32º 0.94% 0.45% -
HSV(B) 238.32º 0.97% 0.87% -
XYZ 13.28 5.55 68.78 -
YUV 34.92 233.01 108.09 -
System Red Green Blue C M Y K H S L
Decimal 7 13 221 0.97 0.94 0 0.13 238.32 0.94 0.45
Hex 7 D DD 61 5E 0 D EE 5E 2D
Octal 7 15 335 141 136 0 15 356 136 55
Binary 111 1101 11011101 1100001 1011110 0 1101 11101110 1011110 101101

Color Harmonies of #070DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070DDD

Black with #070DDD

Text Example


Text Example

White with #070DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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