Html Css Color HEX #0715DE Medium Blue

📋 copy color: '#0715DE'

red 7 ◦ green 21 ◦ blue 222

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

Shades of Medium Blue #0715DE

Tints of Medium Blue #0715DE

RGB

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

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

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

R = 2.8%
G = 8.4%
B = 88.8%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0715DE (or 0x0715DE) is known color: Medium Blue. HEX triplet: 07, 15 and DE. RGB value is (7,21,222). Sum of RGB (Red+Green+Blue) = 7+21+222=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 222 (87.11% from 255 or 88.8% from 250); Max value from RGB is 222 - color contains mainly: blue. Hex color #0715DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0715DE is #F8EA21. Grayscale: #262626. Windows color (decimal): -16312866 or 14554375. OLE color: 14554375.

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

Color convert

RGB 7 21 222 -
CMYK 0.97 0.91 0 0.13
HSL 236.09º 0.94% 0.45% -
HSV(B) 236.09º 0.97% 0.87% -
XYZ 13.54 5.86 69.52 -
YUV 39.73 230.86 104.66 -
System Red Green Blue C M Y K H S L
Decimal 7 21 222 0.97 0.91 0 0.13 236.09 0.94 0.45
Hex 7 15 DE 61 5B 0 D EC 5E 2D
Octal 7 25 336 141 133 0 15 354 136 55
Binary 111 10101 11011110 1100001 1011011 0 1101 11101100 1011110 101101

Color Harmonies of #0715DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0715DE

Black with #0715DE

Text Example


Text Example

White with #0715DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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