Html Css Color HEX #0207CC Medium Blue

📋 copy color: '#0207CC'

red 2 ◦ green 7 ◦ blue 204

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

Shades of Medium Blue #0207CC

Tints of Medium Blue #0207CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 95.77%

R = 0.94%
G = 3.29%
B = 95.77%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0207CC (or 0x0207CC) is known color: Medium Blue. HEX triplet: 02, 07 and CC. RGB value is (2,7,204). Sum of RGB (Red+Green+Blue) = 2+7+204=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 204 (80.08% from 255 or 95.77% from 213); Max value from RGB is 204 - color contains mainly: blue. Hex color #0207CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207CC is #FDF833. Grayscale: #1B1B1B. Windows color (decimal): -16644148 or 13371138. OLE color: 13371138.

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

Color convert

RGB 2 7 204 -
CMYK 0.99 0.97 0 0.2
HSL 238.51º 0.98% 0.4% -
HSV(B) 238.51º 0.99% 0.8% -
XYZ 11 4.52 57.42 -
YUV 27.96 227.34 109.48 -
System Red Green Blue C M Y K H S L
Decimal 2 7 204 0.99 0.97 0 0.2 238.51 0.98 0.4
Hex 2 7 CC 63 61 0 14 EF 62 28
Octal 2 7 314 143 141 0 24 357 142 50
Binary 10 111 11001100 1100011 1100001 0 10100 11101111 1100010 101000

Color Harmonies of #0207CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0207CC

Black with #0207CC

Text Example


Text Example

White with #0207CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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