Html Css Color HEX #0006DF Medium Blue

📋 copy color: '#0006DF'

red 0 ◦ green 6 ◦ blue 223

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

Shades of Medium Blue #0006DF

Tints of Medium Blue #0006DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

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

R = 0%
G = 2.62%
B = 97.38%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0006DF (or 0x0006DF) is known color: Medium Blue. HEX triplet: 00, 06 and DF. RGB value is (0,6,223). Sum of RGB (Red+Green+Blue) = 0+6+223=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 223 (87.5% from 255 or 97.38% from 229); Max value from RGB is 223 - color contains mainly: blue. Hex color #0006DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0006DF is #FFF920. Grayscale: #1C1C1C. Windows color (decimal): -16775457 or 14616064. OLE color: 14616064.

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

Color convert

RGB 0 6 223 -
CMYK 1 0.97 0 0.13
HSL 238.39º 1% 0.44% -
HSV(B) 238.39º 1% 0.87% -
XYZ 13.38 5.46 70.16 -
YUV 28.94 237.51 107.36 -
System Red Green Blue C M Y K H S L
Decimal 0 6 223 1 0.97 0 0.13 238.39 1 0.44
Hex 0 6 DF 64 61 0 D EE 64 2C
Octal 0 6 337 144 141 0 15 356 144 54
Binary 0 110 11011111 1100100 1100001 0 1101 11101110 1100100 101100

Color Harmonies of #0006DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0006DF

Black with #0006DF

Text Example


Text Example

White with #0006DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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