Html Css Color HEX #0200CF Medium Blue

📋 copy color: '#0200CF'

red 2 ◦ green 0 ◦ blue 207

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

Shades of Medium Blue #0200CF

Tints of Medium Blue #0200CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 99.04%

R = 0.96%
G = 0%
B = 99.04%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0200CF (or 0x0200CF) is known color: Medium Blue. HEX triplet: 02, 00 and CF. RGB value is (2,0,207). Sum of RGB (Red+Green+Blue) = 2+0+207=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 207 (81.25% from 255 or 99.04% from 209); Max value from RGB is 207 - color contains mainly: blue. Hex color #0200CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0200CF is #FDFF30. Grayscale: #171717. Windows color (decimal): -16645937 or 13565954. OLE color: 13565954.

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

Color convert

RGB 2 0 207 -
CMYK 0.99 1 0 0.19
HSL 240.58º 1% 0.41% -
HSV(B) 240.58º 1% 0.81% -
XYZ 11.29 4.52 59.31 -
YUV 24.2 231.16 112.17 -
System Red Green Blue C M Y K H S L
Decimal 2 0 207 0.99 1 0 0.19 240.58 1 0.41
Hex 2 0 CF 63 64 0 13 F1 64 29
Octal 2 0 317 143 144 0 23 361 144 51
Binary 10 0 11001111 1100011 1100100 0 10011 11110001 1100100 101001

Color Harmonies of #0200CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0200CF

Black with #0200CF

Text Example


Text Example

White with #0200CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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