Html Css Color HEX #0008DD Medium Blue

📋 copy color: '#0008DD'

red 0 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #0008DD

Tints of Medium Blue #0008DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 96.51%

R = 0%
G = 3.49%
B = 96.51%

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

#0008DD (or 0x0008DD) is known color: Medium Blue. HEX triplet: 00, 08 and DD. RGB value is (0,8,221). Sum of RGB (Red+Green+Blue) = 0+8+221=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 221 (86.72% from 255 or 96.51% from 229); Max value from RGB is 221 - color contains mainly: blue. Hex color #0008DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008DD is #FFF722. Grayscale: #1D1D1D. Windows color (decimal): -16774947 or 14485504. OLE color: 14485504.

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

Color convert

RGB 0 8 221 -
CMYK 1 0.96 0 0.13
HSL 237.83º 1% 0.43% -
HSV(B) 237.83º 1% 0.87% -
XYZ 13.14 5.39 68.76 -
YUV 29.89 235.85 106.68 -
System Red Green Blue C M Y K H S L
Decimal 0 8 221 1 0.96 0 0.13 237.83 1 0.43
Hex 0 8 DD 64 60 0 D EE 64 2B
Octal 0 10 335 144 140 0 15 356 144 53
Binary 0 1000 11011101 1100100 1100000 0 1101 11101110 1100100 101011

Color Harmonies of #0008DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0008DD

Black with #0008DD

Text Example


Text Example

White with #0008DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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