Html Css Color HEX #0817BE Medium Blue

📋 copy color: '#0817BE'

red 8 ◦ green 23 ◦ blue 190

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

Shades of Medium Blue #0817BE

Tints of Medium Blue #0817BE

RGB

 RED value IS 8 (3.52% from 255) = 3.62%

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

 BLUE value IS 190 (74.61% from 255) = 85.97%

R = 3.62%
G = 10.41%
B = 85.97%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0817BE (or 0x0817BE) is known color: Medium Blue. HEX triplet: 08, 17 and BE. RGB value is (8,23,190). Sum of RGB (Red+Green+Blue) = 8+23+190=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 190 (74.61% from 255 or 85.97% from 221); Max value from RGB is 190 - color contains mainly: blue. Hex color #0817BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0817BE is #F7E841. Grayscale: #242424. Windows color (decimal): -16246850 or 12457736. OLE color: 12457736.

HSL color Cylindrical-coordinate representation of color #0817BE: hue angle of 235.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0817BE is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 23 190 -
CMYK 0.96 0.88 0 0.25
HSL 235.05º 0.92% 0.39% -
HSV(B) 235.05º 0.96% 0.75% -
XYZ 9.7 4.38 49.05 -
YUV 37.55 214.03 106.92 -
System Red Green Blue C M Y K H S L
Decimal 8 23 190 0.96 0.88 0 0.25 235.05 0.92 0.39
Hex 8 17 BE 60 58 0 19 EB 5C 27
Octal 10 27 276 140 130 0 31 353 134 47
Binary 1000 10111 10111110 1100000 1011000 0 11001 11101011 1011100 100111

Color Harmonies of #0817BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0817BE

Black with #0817BE

Text Example


Text Example

White with #0817BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0817BE; }

 p { color: rgb(8,23,190); }

 H1.HeaderClassName
 {
   color: #0817BE;
 }
 .AnyTagClassName
 {
   color: #0817BE;
 }
</style>

background-color css

<style>
 a { background-color: #0817BE; }

 a { background-color: rgb(8,23,190); }

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

border-color css

<style>
 span { border-color: #0817BE; }

 span { border-color: rgb(8,23,190); }

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