Html Css Color HEX #0717BA Medium Blue

📋 copy color: '#0717BA'

red 7 ◦ green 23 ◦ blue 186

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

Shades of Medium Blue #0717BA

Tints of Medium Blue #0717BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

 BLUE value IS 186 (73.05% from 255) = 86.11%

R = 3.24%
G = 10.65%
B = 86.11%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0717BA (or 0x0717BA) is known color: Medium Blue. HEX triplet: 07, 17 and BA. RGB value is (7,23,186). Sum of RGB (Red+Green+Blue) = 7+23+186=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #0717BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717BA is #F8E845. Grayscale: #242424. Windows color (decimal): -16312390 or 12195591. OLE color: 12195591.

HSL color Cylindrical-coordinate representation of color #0717BA: hue angle of 234.64º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0717BA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 23 186 -
CMYK 0.96 0.88 0 0.27
HSL 234.64º 0.93% 0.38% -
HSV(B) 234.64º 0.96% 0.73% -
XYZ 9.26 4.2 46.78 -
YUV 36.8 212.2 106.75 -
System Red Green Blue C M Y K H S L
Decimal 7 23 186 0.96 0.88 0 0.27 234.64 0.93 0.38
Hex 7 17 BA 60 58 0 1B EB 5D 26
Octal 7 27 272 140 130 0 33 353 135 46
Binary 111 10111 10111010 1100000 1011000 0 11011 11101011 1011101 100110

Color Harmonies of #0717BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0717BA

Black with #0717BA

Text Example


Text Example

White with #0717BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0717BA; }

 p { color: rgb(7,23,186); }

 H1.HeaderClassName
 {
   color: #0717BA;
 }
 .AnyTagClassName
 {
   color: #0717BA;
 }
</style>

background-color css

<style>
 a { background-color: #0717BA; }

 a { background-color: rgb(7,23,186); }

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

border-color css

<style>
 span { border-color: #0717BA; }

 span { border-color: rgb(7,23,186); }

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