Html Css Color HEX #0715CE Medium Blue

📋 copy color: '#0715CE'

red 7 ◦ green 21 ◦ blue 206

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

Shades of Medium Blue #0715CE

Tints of Medium Blue #0715CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.97%

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

R = 2.99%
G = 8.97%
B = 88.03%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0715CE (or 0x0715CE) is known color: Medium Blue. HEX triplet: 07, 15 and CE. RGB value is (7,21,206). Sum of RGB (Red+Green+Blue) = 7+21+206=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #0715CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0715CE is #F8EA31. Grayscale: #252525. Windows color (decimal): -16312882 or 13505799. OLE color: 13505799.

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

Color convert

RGB 7 21 206 -
CMYK 0.97 0.90 0 0.19
HSL 235.78º 0.93% 0.42% -
HSV(B) 235.78º 0.97% 0.81% -
XYZ 11.5 5.04 58.76 -
YUV 37.9 222.86 105.96 -
System Red Green Blue C M Y K H S L
Decimal 7 21 206 0.97 0.90 0 0.19 235.78 0.93 0.42
Hex 7 15 CE 61 5A 0 13 EC 5D 2A
Octal 7 25 316 141 132 0 23 354 135 52
Binary 111 10101 11001110 1100001 1011010 0 10011 11101100 1011101 101010

Color Harmonies of #0715CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0715CE

Black with #0715CE

Text Example


Text Example

White with #0715CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0715CE; }

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

 H1.HeaderClassName
 {
   color: #0715CE;
 }
 .AnyTagClassName
 {
   color: #0715CE;
 }
</style>

background-color css

<style>
 a { background-color: #0715CE; }

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

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

border-color css

<style>
 span { border-color: #0715CE; }

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

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