Html Css Color HEX #070CCD Medium Blue

📋 copy color: '#070CCD'

red 7 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #070CCD

Tints of Medium Blue #070CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

 BLUE value IS 205 (80.47% from 255) = 91.52%

R = 3.13%
G = 5.36%
B = 91.52%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#070CCD (or 0x070CCD) is known color: Medium Blue. HEX triplet: 07, 0C and CD. RGB value is (7,12,205). Sum of RGB (Red+Green+Blue) = 7+12+205=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 205 (80.47% from 255 or 91.52% from 224); Max value from RGB is 205 - color contains mainly: blue. Hex color #070CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CCD is #F8F332. Grayscale: #1F1F1F. Windows color (decimal): -16315187 or 13437959. OLE color: 13437959.

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

Color convert

RGB 7 12 205 -
CMYK 0.97 0.94 0 0.20
HSL 238.48º 0.93% 0.42% -
HSV(B) 238.48º 0.97% 0.8% -
XYZ 11.24 4.72 58.08 -
YUV 32.51 225.34 109.81 -
System Red Green Blue C M Y K H S L
Decimal 7 12 205 0.97 0.94 0 0.20 238.48 0.93 0.42
Hex 7 C CD 61 5E 0 14 EE 5D 2A
Octal 7 14 315 141 136 0 24 356 135 52
Binary 111 1100 11001101 1100001 1011110 0 10100 11101110 1011101 101010

Color Harmonies of #070CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070CCD

Black with #070CCD

Text Example


Text Example

White with #070CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,12,205); }

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

background-color css

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

 a { background-color: rgb(7,12,205); }

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

border-color css

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

 span { border-color: rgb(7,12,205); }

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