Html Css Color HEX #070DCF Medium Blue

📋 copy color: '#070DCF'

red 7 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #070DCF

Tints of Medium Blue #070DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 91.19%

R = 3.08%
G = 5.73%
B = 91.19%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#070DCF (or 0x070DCF) is known color: Medium Blue. HEX triplet: 07, 0D and CF. RGB value is (7,13,207). Sum of RGB (Red+Green+Blue) = 7+13+207=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 207 (81.25% from 255 or 91.19% from 227); Max value from RGB is 207 - color contains mainly: blue. Hex color #070DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DCF is #F8F230. Grayscale: #202020. Windows color (decimal): -16314929 or 13569287. OLE color: 13569287.

HSL color Cylindrical-coordinate representation of color #070DCF: hue angle of 238.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070DCF is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 13 207 -
CMYK 0.97 0.94 0 0.19
HSL 238.2º 0.93% 0.42% -
HSV(B) 238.2º 0.97% 0.81% -
XYZ 11.49 4.84 59.36 -
YUV 33.32 226.01 109.23 -
System Red Green Blue C M Y K H S L
Decimal 7 13 207 0.97 0.94 0 0.19 238.2 0.93 0.42
Hex 7 D CF 61 5E 0 13 EE 5D 2A
Octal 7 15 317 141 136 0 23 356 135 52
Binary 111 1101 11001111 1100001 1011110 0 10011 11101110 1011101 101010

Color Harmonies of #070DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070DCF

Black with #070DCF

Text Example


Text Example

White with #070DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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