Html Css Color HEX #0009DF Medium Blue

📋 copy color: '#0009DF'

red 0 ◦ green 9 ◦ blue 223

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

Shades of Medium Blue #0009DF

Tints of Medium Blue #0009DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 0%
G = 3.88%
B = 96.12%

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

#0009DF (or 0x0009DF) is known color: Medium Blue. HEX triplet: 00, 09 and DF. RGB value is (0,9,223). Sum of RGB (Red+Green+Blue) = 0+9+223=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 223 (87.5% from 255 or 96.12% from 232); Max value from RGB is 223 - color contains mainly: blue. Hex color #0009DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0009DF is #FFF620. Grayscale: #1D1D1D. Windows color (decimal): -16774689 or 14616832. OLE color: 14616832.

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

Color convert

RGB 0 9 223 -
CMYK 1 0.96 0 0.13
HSL 237.58º 1% 0.44% -
HSV(B) 237.58º 1% 0.87% -
XYZ 13.42 5.52 70.17 -
YUV 30.71 236.52 106.1 -
System Red Green Blue C M Y K H S L
Decimal 0 9 223 1 0.96 0 0.13 237.58 1 0.44
Hex 0 9 DF 64 60 0 D EE 64 2C
Octal 0 11 337 144 140 0 15 356 144 54
Binary 0 1001 11011111 1100100 1100000 0 1101 11101110 1100100 101100

Color Harmonies of #0009DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0009DF

Black with #0009DF

Text Example


Text Example

White with #0009DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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