Html Css Color HEX #0008CC Medium Blue

📋 copy color: '#0008CC'

red 0 ◦ green 8 ◦ blue 204

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

Shades of Medium Blue #0008CC

Tints of Medium Blue #0008CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 96.23%

R = 0%
G = 3.77%
B = 96.23%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0008CC (or 0x0008CC) is known color: Medium Blue. HEX triplet: 00, 08 and CC. RGB value is (0,8,204). Sum of RGB (Red+Green+Blue) = 0+8+204=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 204 (80.08% from 255 or 96.23% from 212); Max value from RGB is 204 - color contains mainly: blue. Hex color #0008CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008CC is #FFF733. Grayscale: #1B1B1B. Windows color (decimal): -16774964 or 13371392. OLE color: 13371392.

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

Color convert

RGB 0 8 204 -
CMYK 1 0.96 0 0.2
HSL 237.65º 1% 0.4% -
HSV(B) 237.65º 1% 0.8% -
XYZ 10.99 4.53 57.42 -
YUV 27.95 227.35 108.06 -
System Red Green Blue C M Y K H S L
Decimal 0 8 204 1 0.96 0 0.2 237.65 1 0.4
Hex 0 8 CC 64 60 0 14 EE 64 28
Octal 0 10 314 144 140 0 24 356 144 50
Binary 0 1000 11001100 1100100 1100000 0 10100 11101110 1100100 101000

Color Harmonies of #0008CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0008CC

Black with #0008CC

Text Example


Text Example

White with #0008CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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