Html Css Color HEX #070DCC Medium Blue

📋 copy color: '#070DCC'

red 7 ◦ green 13 ◦ blue 204

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

Shades of Medium Blue #070DCC

Tints of Medium Blue #070DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 91.07%

R = 3.13%
G = 5.8%
B = 91.07%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#070DCC (or 0x070DCC) is known color: Medium Blue. HEX triplet: 07, 0D and CC. RGB value is (7,13,204). Sum of RGB (Red+Green+Blue) = 7+13+204=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 204 (80.08% from 255 or 91.07% from 224); Max value from RGB is 204 - color contains mainly: blue. Hex color #070DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DCC is #F8F233. Grayscale: #202020. Windows color (decimal): -16314932 or 13372679. OLE color: 13372679.

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

Color convert

RGB 7 13 204 -
CMYK 0.97 0.94 0 0.2
HSL 238.17º 0.93% 0.41% -
HSV(B) 238.17º 0.97% 0.8% -
XYZ 11.13 4.69 57.45 -
YUV 32.98 224.51 109.47 -
System Red Green Blue C M Y K H S L
Decimal 7 13 204 0.97 0.94 0 0.2 238.17 0.93 0.41
Hex 7 D CC 61 5E 0 14 EE 5D 29
Octal 7 15 314 141 136 0 24 356 135 51
Binary 111 1101 11001100 1100001 1011110 0 10100 11101110 1011101 101001

Color Harmonies of #070DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070DCC

Black with #070DCC

Text Example


Text Example

White with #070DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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