Html Css Color HEX #0005DF Medium Blue

📋 copy color: '#0005DF'

red 0 ◦ green 5 ◦ blue 223

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

Shades of Medium Blue #0005DF

Tints of Medium Blue #0005DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 0%
G = 2.19%
B = 97.81%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0005DF (or 0x0005DF) is known color: Medium Blue. HEX triplet: 00, 05 and DF. RGB value is (0,5,223). Sum of RGB (Red+Green+Blue) = 0+5+223=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 223 (87.5% from 255 or 97.81% from 228); Max value from RGB is 223 - color contains mainly: blue. Hex color #0005DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0005DF is #FFFA20. Grayscale: #1B1B1B. Windows color (decimal): -16775713 or 14615808. OLE color: 14615808.

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

Color convert

RGB 0 5 223 -
CMYK 1 0.98 0 0.13
HSL 238.65º 1% 0.44% -
HSV(B) 238.65º 1% 0.87% -
XYZ 13.37 5.44 70.16 -
YUV 28.36 237.84 107.77 -
System Red Green Blue C M Y K H S L
Decimal 0 5 223 1 0.98 0 0.13 238.65 1 0.44
Hex 0 5 DF 64 62 0 D EF 64 2C
Octal 0 5 337 144 142 0 15 357 144 54
Binary 0 101 11011111 1100100 1100010 0 1101 11101111 1100100 101100

Color Harmonies of #0005DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0005DF

Black with #0005DF

Text Example


Text Example

White with #0005DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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