Html Css Color HEX #0800DF Medium Blue

📋 copy color: '#0800DF'

red 8 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #0800DF

Tints of Medium Blue #0800DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 96.54%

R = 3.46%
G = 0%
B = 96.54%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0800DF (or 0x0800DF) is known color: Medium Blue. HEX triplet: 08, 00 and DF. RGB value is (8,0,223). Sum of RGB (Red+Green+Blue) = 8+0+223=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 223 (87.5% from 255 or 96.54% from 231); Max value from RGB is 223 - color contains mainly: blue. Hex color #0800DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800DF is #F7FF20. Grayscale: #1A1A1A. Windows color (decimal): -16252705 or 14614536. OLE color: 14614536.

HSL color Cylindrical-coordinate representation of color #0800DF: hue angle of 242.15º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800DF is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 0 223 -
CMYK 0.96 1 0 0.13
HSL 242.15º 1% 0.44% -
HSV(B) 242.15º 1% 0.87% -
XYZ 13.42 5.38 70.14 -
YUV 27.81 238.15 113.87 -
System Red Green Blue C M Y K H S L
Decimal 8 0 223 0.96 1 0 0.13 242.15 1 0.44
Hex 8 0 DF 60 64 0 D F2 64 2C
Octal 10 0 337 140 144 0 15 362 144 54
Binary 1000 0 11011111 1100000 1100100 0 1101 11110010 1100100 101100

Color Harmonies of #0800DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0800DF

Black with #0800DF

Text Example


Text Example

White with #0800DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0800DF; }

 p { color: rgb(8,0,223); }

 H1.HeaderClassName
 {
   color: #0800DF;
 }
 .AnyTagClassName
 {
   color: #0800DF;
 }
</style>

background-color css

<style>
 a { background-color: #0800DF; }

 a { background-color: rgb(8,0,223); }

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

border-color css

<style>
 span { border-color: #0800DF; }

 span { border-color: rgb(8,0,223); }

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