Html Css Color HEX #0704CF Medium Blue

📋 copy color: '#0704CF'

red 7 ◦ green 4 ◦ blue 207

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

Shades of Medium Blue #0704CF

Tints of Medium Blue #0704CF

RGB

 RED value IS 7 (3.13% from 255) = 3.21%

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 3.21%
G = 1.83%
B = 94.95%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0704CF (or 0x0704CF) is known color: Medium Blue. HEX triplet: 07, 04 and CF. RGB value is (7,4,207). Sum of RGB (Red+Green+Blue) = 7+4+207=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 207 (81.25% from 255 or 94.95% from 218); Max value from RGB is 207 - color contains mainly: blue. Hex color #0704CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0704CF is #F8FB30. Grayscale: #1B1B1B. Windows color (decimal): -16317233 or 13566983. OLE color: 13566983.

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

Color convert

RGB 7 4 207 -
CMYK 0.97 0.98 0 0.19
HSL 240.89º 0.96% 0.41% -
HSV(B) 240.89º 0.98% 0.81% -
XYZ 11.39 4.64 59.33 -
YUV 28.04 228.99 112.99 -
System Red Green Blue C M Y K H S L
Decimal 7 4 207 0.97 0.98 0 0.19 240.89 0.96 0.41
Hex 7 4 CF 61 62 0 13 F1 60 29
Octal 7 4 317 141 142 0 23 361 140 51
Binary 111 100 11001111 1100001 1100010 0 10011 11110001 1100000 101001

Color Harmonies of #0704CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0704CF

Black with #0704CF

Text Example


Text Example

White with #0704CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,4,207); }

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

background-color css

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

 a { background-color: rgb(7,4,207); }

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

border-color css

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

 span { border-color: rgb(7,4,207); }

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