Html Css Color HEX #0008DF Medium Blue

📋 copy color: '#0008DF'

red 0 ◦ green 8 ◦ blue 223

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

Shades of Medium Blue #0008DF

Tints of Medium Blue #0008DF

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0008DF (or 0x0008DF) is known color: Medium Blue. HEX triplet: 00, 08 and DF. RGB value is (0,8,223). Sum of RGB (Red+Green+Blue) = 0+8+223=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 8 (3.52% from 255 or 3.46% 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 #0008DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008DF is #FFF720. Grayscale: #1D1D1D. Windows color (decimal): -16774945 or 14616576. OLE color: 14616576.

HSL color Cylindrical-coordinate representation of color #0008DF: hue angle of 237.85º 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 #0008DF is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 8 223 -
CMYK 1 0.96 0 0.13
HSL 237.85º 1% 0.44% -
HSV(B) 237.85º 1% 0.87% -
XYZ 13.41 5.5 70.17 -
YUV 30.12 236.85 106.52 -
System Red Green Blue C M Y K H S L
Decimal 0 8 223 1 0.96 0 0.13 237.85 1 0.44
Hex 0 8 DF 64 60 0 D EE 64 2C
Octal 0 10 337 144 140 0 15 356 144 54
Binary 0 1000 11011111 1100100 1100000 0 1101 11101110 1100100 101100

Color Harmonies of #0008DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0008DF

Black with #0008DF

Text Example


Text Example

White with #0008DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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