Html Css Color HEX #0207C1 Medium Blue

📋 copy color: '#0207C1'

red 2 ◦ green 7 ◦ blue 193

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

Shades of Medium Blue #0207C1

Tints of Medium Blue #0207C1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.47%

 BLUE value IS 193 (75.78% from 255) = 95.54%

R = 0.99%
G = 3.47%
B = 95.54%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0207C1 (or 0x0207C1) is known color: Medium Blue. HEX triplet: 02, 07 and C1. RGB value is (2,7,193). Sum of RGB (Red+Green+Blue) = 2+7+193=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 193 (75.78% from 255 or 95.54% from 202); Max value from RGB is 193 - color contains mainly: blue. Hex color #0207C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207C1 is #FDF83E. Grayscale: #191919. Windows color (decimal): -16644159 or 12650242. OLE color: 12650242.

HSL color Cylindrical-coordinate representation of color #0207C1: hue angle of 238.43º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0207C1 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 7 193 -
CMYK 0.99 0.96 0 0.24
HSL 238.43º 0.98% 0.38% -
HSV(B) 238.43º 0.99% 0.76% -
XYZ 9.73 4.02 50.71 -
YUV 26.71 221.84 110.38 -
System Red Green Blue C M Y K H S L
Decimal 2 7 193 0.99 0.96 0 0.24 238.43 0.98 0.38
Hex 2 7 C1 63 60 0 18 EE 62 26
Octal 2 7 301 143 140 0 30 356 142 46
Binary 10 111 11000001 1100011 1100000 0 11000 11101110 1100010 100110

Color Harmonies of #0207C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0207C1

Black with #0207C1

Text Example


Text Example

White with #0207C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0207C1; }

 p { color: rgb(2,7,193); }

 H1.HeaderClassName
 {
   color: #0207C1;
 }
 .AnyTagClassName
 {
   color: #0207C1;
 }
</style>

background-color css

<style>
 a { background-color: #0207C1; }

 a { background-color: rgb(2,7,193); }

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

border-color css

<style>
 span { border-color: #0207C1; }

 span { border-color: rgb(2,7,193); }

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