Html Css Color HEX #0207D6 Medium Blue

📋 copy color: '#0207D6'

red 2 ◦ green 7 ◦ blue 214

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

Shades of Medium Blue #0207D6

Tints of Medium Blue #0207D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 95.96%

R = 0.9%
G = 3.14%
B = 95.96%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0207D6 (or 0x0207D6) is known color: Medium Blue. HEX triplet: 02, 07 and D6. RGB value is (2,7,214). Sum of RGB (Red+Green+Blue) = 2+7+214=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 214 (83.98% from 255 or 95.96% from 223); Max value from RGB is 214 - color contains mainly: blue. Hex color #0207D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207D6 is #FDF829. Grayscale: #1C1C1C. Windows color (decimal): -16644138 or 14026498. OLE color: 14026498.

HSL color Cylindrical-coordinate representation of color #0207D6: hue angle of 238.58º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0207D6 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 7 214 -
CMYK 0.99 0.97 0 0.16
HSL 238.58º 0.98% 0.42% -
HSV(B) 238.58º 0.99% 0.84% -
XYZ 12.24 5.02 63.94 -
YUV 29.1 232.34 108.67 -
System Red Green Blue C M Y K H S L
Decimal 2 7 214 0.99 0.97 0 0.16 238.58 0.98 0.42
Hex 2 7 D6 63 61 0 10 EF 62 2A
Octal 2 7 326 143 141 0 20 357 142 52
Binary 10 111 11010110 1100011 1100001 0 10000 11101111 1100010 101010

Color Harmonies of #0207D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0207D6

Black with #0207D6

Text Example


Text Example

White with #0207D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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