Html Css Color HEX #0200DF Medium Blue

📋 copy color: '#0200DF'

red 2 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #0200DF

Tints of Medium Blue #0200DF

RGB

 RED value IS 2 (1.17% from 255) = 0.89%

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

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

R = 0.89%
G = 0%
B = 99.11%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0200DF (or 0x0200DF) is known color: Medium Blue. HEX triplet: 02, 00 and DF. RGB value is (2,0,223). Sum of RGB (Red+Green+Blue) = 2+0+223=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 223 (87.5% from 255 or 99.11% from 225); Max value from RGB is 223 - color contains mainly: blue. Hex color #0200DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0200DF is #FDFF20. Grayscale: #191919. Windows color (decimal): -16645921 or 14614530. OLE color: 14614530.

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

Color convert

RGB 2 0 223 -
CMYK 0.99 1 0 0.13
HSL 240.54º 1% 0.44% -
HSV(B) 240.54º 1% 0.87% -
XYZ 13.34 5.34 70.14 -
YUV 26.02 239.16 110.87 -
System Red Green Blue C M Y K H S L
Decimal 2 0 223 0.99 1 0 0.13 240.54 1 0.44
Hex 2 0 DF 63 64 0 D F1 64 2C
Octal 2 0 337 143 144 0 15 361 144 54
Binary 10 0 11011111 1100011 1100100 0 1101 11110001 1100100 101100

Color Harmonies of #0200DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0200DF

Black with #0200DF

Text Example


Text Example

White with #0200DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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