Html Css Color HEX #070FCC Medium Blue

📋 copy color: '#070FCC'

red 7 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #070FCC

Tints of Medium Blue #070FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

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

R = 3.1%
G = 6.64%
B = 90.27%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#070FCC (or 0x070FCC) is known color: Medium Blue. HEX triplet: 07, 0F and CC. RGB value is (7,15,204). Sum of RGB (Red+Green+Blue) = 7+15+204=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 204 (80.08% from 255 or 90.27% from 226); Max value from RGB is 204 - color contains mainly: blue. Hex color #070FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FCC is #F8F033. Grayscale: #212121. Windows color (decimal): -16314420 or 13373191. OLE color: 13373191.

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

Color convert

RGB 7 15 204 -
CMYK 0.97 0.93 0 0.2
HSL 237.56º 0.93% 0.41% -
HSV(B) 237.56º 0.97% 0.8% -
XYZ 11.16 4.75 57.45 -
YUV 34.15 223.85 108.63 -
System Red Green Blue C M Y K H S L
Decimal 7 15 204 0.97 0.93 0 0.2 237.56 0.93 0.41
Hex 7 F CC 61 5D 0 14 EE 5D 29
Octal 7 17 314 141 135 0 24 356 135 51
Binary 111 1111 11001100 1100001 1011101 0 10100 11101110 1011101 101001

Color Harmonies of #070FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FCC

Black with #070FCC

Text Example


Text Example

White with #070FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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