Html Css Color HEX #070CE1 Medium Blue

📋 copy color: '#070CE1'

red 7 ◦ green 12 ◦ blue 225

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

Shades of Medium Blue #070CE1

Tints of Medium Blue #070CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 92.21%

R = 2.87%
G = 4.92%
B = 92.21%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#070CE1 (or 0x070CE1) is known color: Medium Blue. HEX triplet: 07, 0C and E1. RGB value is (7,12,225). Sum of RGB (Red+Green+Blue) = 7+12+225=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 225 (88.28% from 255 or 92.21% from 244); Max value from RGB is 225 - color contains mainly: blue. Hex color #070CE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CE1 is #F8F31E. Grayscale: #212121. Windows color (decimal): -16315167 or 14748679. OLE color: 14748679.

HSL color Cylindrical-coordinate representation of color #070CE1: hue angle of 238.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070CE1 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 12 225 -
CMYK 0.97 0.95 0 0.12
HSL 238.62º 0.94% 0.45% -
HSV(B) 238.62º 0.97% 0.88% -
XYZ 13.81 5.74 71.62 -
YUV 34.79 235.34 108.18 -
System Red Green Blue C M Y K H S L
Decimal 7 12 225 0.97 0.95 0 0.12 238.62 0.94 0.45
Hex 7 C E1 61 5F 0 C EF 5E 2D
Octal 7 14 341 141 137 0 14 357 136 55
Binary 111 1100 11100001 1100001 1011111 0 1100 11101111 1011110 101101

Color Harmonies of #070CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070CE1

Black with #070CE1

Text Example


Text Example

White with #070CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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