Html Css Color HEX #070CCE Medium Blue

📋 copy color: '#070CCE'

red 7 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #070CCE

Tints of Medium Blue #070CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 91.56%

R = 3.11%
G = 5.33%
B = 91.56%

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

#070CCE (or 0x070CCE) is known color: Medium Blue. HEX triplet: 07, 0C and CE. RGB value is (7,12,206). Sum of RGB (Red+Green+Blue) = 7+12+206=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #070CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CCE is #F8F331. Grayscale: #1F1F1F. Windows color (decimal): -16315186 or 13503495. OLE color: 13503495.

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

Color convert

RGB 7 12 206 -
CMYK 0.97 0.94 0 0.19
HSL 238.49º 0.93% 0.42% -
HSV(B) 238.49º 0.97% 0.81% -
XYZ 11.36 4.76 58.71 -
YUV 32.62 225.84 109.73 -
System Red Green Blue C M Y K H S L
Decimal 7 12 206 0.97 0.94 0 0.19 238.49 0.93 0.42
Hex 7 C CE 61 5E 0 13 EE 5D 2A
Octal 7 14 316 141 136 0 23 356 135 52
Binary 111 1100 11001110 1100001 1011110 0 10011 11101110 1011101 101010

Color Harmonies of #070CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070CCE

Black with #070CCE

Text Example


Text Example

White with #070CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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