Html Css Color HEX #0809CE Medium Blue

📋 copy color: '#0809CE'

red 8 ◦ green 9 ◦ blue 206

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

Shades of Medium Blue #0809CE

Tints of Medium Blue #0809CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

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

R = 3.59%
G = 4.04%
B = 92.38%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0809CE (or 0x0809CE) is known color: Medium Blue. HEX triplet: 08, 09 and CE. RGB value is (8,9,206). Sum of RGB (Red+Green+Blue) = 8+9+206=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 206 (80.86% from 255 or 92.38% from 223); Max value from RGB is 206 - color contains mainly: blue. Hex color #0809CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809CE is #F7F631. Grayscale: #1E1E1E. Windows color (decimal): -16250418 or 13502728. OLE color: 13502728.

HSL color Cylindrical-coordinate representation of color #0809CE: hue angle of 239.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809CE is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 9 206 -
CMYK 0.96 0.96 0 0.19
HSL 239.7º 0.93% 0.42% -
HSV(B) 239.7º 0.96% 0.81% -
XYZ 11.34 4.7 58.7 -
YUV 31.16 226.67 111.48 -
System Red Green Blue C M Y K H S L
Decimal 8 9 206 0.96 0.96 0 0.19 239.7 0.93 0.42
Hex 8 9 CE 60 60 0 13 F0 5D 2A
Octal 10 11 316 140 140 0 23 360 135 52
Binary 1000 1001 11001110 1100000 1100000 0 10011 11110000 1011101 101010

Color Harmonies of #0809CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0809CE

Black with #0809CE

Text Example


Text Example

White with #0809CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,9,206); }

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

background-color css

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

 a { background-color: rgb(8,9,206); }

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

border-color css

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

 span { border-color: rgb(8,9,206); }

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