Html Css Color HEX #0709DB Medium Blue

📋 copy color: '#0709DB'

red 7 ◦ green 9 ◦ blue 219

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

Shades of Medium Blue #0709DB

Tints of Medium Blue #0709DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 219 (85.94% from 255) = 93.19%

R = 2.98%
G = 3.83%
B = 93.19%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0709DB (or 0x0709DB) is known color: Medium Blue. HEX triplet: 07, 09 and DB. RGB value is (7,9,219). Sum of RGB (Red+Green+Blue) = 7+9+219=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 219 (85.94% from 255 or 93.19% from 235); Max value from RGB is 219 - color contains mainly: blue. Hex color #0709DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0709DB is #F8F624. Grayscale: #1F1F1F. Windows color (decimal): -16315941 or 14354695. OLE color: 14354695.

HSL color Cylindrical-coordinate representation of color #0709DB: hue angle of 239.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0709DB is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 9 219 -
CMYK 0.97 0.96 0 0.14
HSL 239.43º 0.94% 0.44% -
HSV(B) 239.43º 0.97% 0.86% -
XYZ 12.97 5.36 67.37 -
YUV 32.34 233.34 109.92 -
System Red Green Blue C M Y K H S L
Decimal 7 9 219 0.97 0.96 0 0.14 239.43 0.94 0.44
Hex 7 9 DB 61 60 0 E EF 5E 2C
Octal 7 11 333 141 140 0 16 357 136 54
Binary 111 1001 11011011 1100001 1100000 0 1110 11101111 1011110 101100

Color Harmonies of #0709DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0709DB

Black with #0709DB

Text Example


Text Example

White with #0709DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0709DB; }

 p { color: rgb(7,9,219); }

 H1.HeaderClassName
 {
   color: #0709DB;
 }
 .AnyTagClassName
 {
   color: #0709DB;
 }
</style>

background-color css

<style>
 a { background-color: #0709DB; }

 a { background-color: rgb(7,9,219); }

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

border-color css

<style>
 span { border-color: #0709DB; }

 span { border-color: rgb(7,9,219); }

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