Html Css Color HEX #0200CB Medium Blue

📋 copy color: '#0200CB'

red 2 ◦ green 0 ◦ blue 203

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

Shades of Medium Blue #0200CB

Tints of Medium Blue #0200CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 99.02%

R = 0.98%
G = 0%
B = 99.02%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0200CB (or 0x0200CB) is known color: Medium Blue. HEX triplet: 02, 00 and CB. RGB value is (2,0,203). Sum of RGB (Red+Green+Blue) = 2+0+203=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 203 (79.69% from 255 or 99.02% from 205); Max value from RGB is 203 - color contains mainly: blue. Hex color #0200CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0200CB is #FDFF34. Grayscale: #161616. Windows color (decimal): -16645941 or 13303810. OLE color: 13303810.

HSL color Cylindrical-coordinate representation of color #0200CB: hue angle of 240.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0200CB is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 0 203 -
CMYK 0.99 1 0 0.20
HSL 240.59º 1% 0.4% -
HSV(B) 240.59º 1% 0.8% -
XYZ 10.8 4.32 56.77 -
YUV 23.74 229.16 112.49 -
System Red Green Blue C M Y K H S L
Decimal 2 0 203 0.99 1 0 0.20 240.59 1 0.4
Hex 2 0 CB 63 64 0 14 F1 64 28
Octal 2 0 313 143 144 0 24 361 144 50
Binary 10 0 11001011 1100011 1100100 0 10100 11110001 1100100 101000

Color Harmonies of #0200CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0200CB

Black with #0200CB

Text Example


Text Example

White with #0200CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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