Html Css Color HEX #0008DE Medium Blue

📋 copy color: '#0008DE'

red 0 ◦ green 8 ◦ blue 222

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

Shades of Medium Blue #0008DE

Tints of Medium Blue #0008DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 96.52%

R = 0%
G = 3.48%
B = 96.52%

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

#0008DE (or 0x0008DE) is known color: Medium Blue. HEX triplet: 00, 08 and DE. RGB value is (0,8,222). Sum of RGB (Red+Green+Blue) = 0+8+222=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 222 (87.11% from 255 or 96.52% from 230); Max value from RGB is 222 - color contains mainly: blue. Hex color #0008DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008DE is #FFF721. Grayscale: #1D1D1D. Windows color (decimal): -16774946 or 14551040. OLE color: 14551040.

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

Color convert

RGB 0 8 222 -
CMYK 1 0.96 0 0.13
HSL 237.84º 1% 0.44% -
HSV(B) 237.84º 1% 0.87% -
XYZ 13.27 5.45 69.46 -
YUV 30 236.35 106.6 -
System Red Green Blue C M Y K H S L
Decimal 0 8 222 1 0.96 0 0.13 237.84 1 0.44
Hex 0 8 DE 64 60 0 D EE 64 2C
Octal 0 10 336 144 140 0 15 356 144 54
Binary 0 1000 11011110 1100100 1100000 0 1101 11101110 1100100 101100

Color Harmonies of #0008DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0008DE

Black with #0008DE

Text Example


Text Example

White with #0008DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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