Html Css Color HEX #0008CF Medium Blue

📋 copy color: '#0008CF'

red 0 ◦ green 8 ◦ blue 207

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

Shades of Medium Blue #0008CF

Tints of Medium Blue #0008CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 96.28%

R = 0%
G = 3.72%
B = 96.28%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0008CF (or 0x0008CF) is known color: Medium Blue. HEX triplet: 00, 08 and CF. RGB value is (0,8,207). Sum of RGB (Red+Green+Blue) = 0+8+207=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 207 (81.25% from 255 or 96.28% from 215); Max value from RGB is 207 - color contains mainly: blue. Hex color #0008CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008CF is #FFF730. Grayscale: #1B1B1B. Windows color (decimal): -16774961 or 13568000. OLE color: 13568000.

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

Color convert

RGB 0 8 207 -
CMYK 1 0.96 0 0.19
HSL 237.68º 1% 0.41% -
HSV(B) 237.68º 1% 0.81% -
XYZ 11.35 4.68 59.34 -
YUV 28.29 228.85 107.82 -
System Red Green Blue C M Y K H S L
Decimal 0 8 207 1 0.96 0 0.19 237.68 1 0.41
Hex 0 8 CF 64 60 0 13 EE 64 29
Octal 0 10 317 144 140 0 23 356 144 51
Binary 0 1000 11001111 1100100 1100000 0 10011 11101110 1100100 101001

Color Harmonies of #0008CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0008CF

Black with #0008CF

Text Example


Text Example

White with #0008CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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