Html Css Color HEX #0809CB Medium Blue

📋 copy color: '#0809CB'

red 8 ◦ green 9 ◦ blue 203

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

Shades of Medium Blue #0809CB

Tints of Medium Blue #0809CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 92.27%

R = 3.64%
G = 4.09%
B = 92.27%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0809CB (or 0x0809CB) is known color: Medium Blue. HEX triplet: 08, 09 and CB. RGB value is (8,9,203). Sum of RGB (Red+Green+Blue) = 8+9+203=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #0809CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809CB is #F7F634. Grayscale: #1E1E1E. Windows color (decimal): -16250421 or 13306120. OLE color: 13306120.

HSL color Cylindrical-coordinate representation of color #0809CB: hue angle of 239.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809CB is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 9 203 -
CMYK 0.96 0.96 0 0.20
HSL 239.69º 0.92% 0.41% -
HSV(B) 239.69º 0.96% 0.8% -
XYZ 10.98 4.56 56.8 -
YUV 30.82 225.17 111.73 -
System Red Green Blue C M Y K H S L
Decimal 8 9 203 0.96 0.96 0 0.20 239.69 0.92 0.41
Hex 8 9 CB 60 60 0 14 F0 5C 29
Octal 10 11 313 140 140 0 24 360 134 51
Binary 1000 1001 11001011 1100000 1100000 0 10100 11110000 1011100 101001

Color Harmonies of #0809CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0809CB

Black with #0809CB

Text Example


Text Example

White with #0809CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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