Html Css Color HEX #070CDE Medium Blue

📋 copy color: '#070CDE'

red 7 ◦ green 12 ◦ blue 222

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

Shades of Medium Blue #070CDE

Tints of Medium Blue #070CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 92.12%

R = 2.9%
G = 4.98%
B = 92.12%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#070CDE (or 0x070CDE) is known color: Medium Blue. HEX triplet: 07, 0C and DE. RGB value is (7,12,222). Sum of RGB (Red+Green+Blue) = 7+12+222=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 222 (87.11% from 255 or 92.12% from 241); Max value from RGB is 222 - color contains mainly: blue. Hex color #070CDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CDE is #F8F321. Grayscale: #212121. Windows color (decimal): -16315170 or 14552071. OLE color: 14552071.

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

Color convert

RGB 7 12 222 -
CMYK 0.97 0.95 0 0.13
HSL 238.6º 0.94% 0.45% -
HSV(B) 238.6º 0.97% 0.87% -
XYZ 13.4 5.58 69.48 -
YUV 34.45 233.84 108.42 -
System Red Green Blue C M Y K H S L
Decimal 7 12 222 0.97 0.95 0 0.13 238.6 0.94 0.45
Hex 7 C DE 61 5F 0 D EF 5E 2D
Octal 7 14 336 141 137 0 15 357 136 55
Binary 111 1100 11011110 1100001 1011111 0 1101 11101111 1011110 101101

Color Harmonies of #070CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070CDE

Black with #070CDE

Text Example


Text Example

White with #070CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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