Html Css Color HEX #0719DA Medium Blue

📋 copy color: '#0719DA'

red 7 ◦ green 25 ◦ blue 218

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

Shades of Medium Blue #0719DA

Tints of Medium Blue #0719DA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 218 (85.55% from 255) = 87.2%

R = 2.8%
G = 10%
B = 87.2%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0719DA (or 0x0719DA) is known color: Medium Blue. HEX triplet: 07, 19 and DA. RGB value is (7,25,218). Sum of RGB (Red+Green+Blue) = 7+25+218=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #0719DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0719DA is #F8E625. Grayscale: #282828. Windows color (decimal): -16311846 or 14293255. OLE color: 14293255.

HSL color Cylindrical-coordinate representation of color #0719DA: hue angle of 234.88º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0719DA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 25 218 -
CMYK 0.97 0.89 0 0.15
HSL 234.88º 0.94% 0.44% -
HSV(B) 234.88º 0.97% 0.85% -
XYZ 13.09 5.8 66.76 -
YUV 41.62 227.54 103.31 -
System Red Green Blue C M Y K H S L
Decimal 7 25 218 0.97 0.89 0 0.15 234.88 0.94 0.44
Hex 7 19 DA 61 59 0 F EB 5E 2C
Octal 7 31 332 141 131 0 17 353 136 54
Binary 111 11001 11011010 1100001 1011001 0 1111 11101011 1011110 101100

Color Harmonies of #0719DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0719DA

Black with #0719DA

Text Example


Text Example

White with #0719DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0719DA; }

 p { color: rgb(7,25,218); }

 H1.HeaderClassName
 {
   color: #0719DA;
 }
 .AnyTagClassName
 {
   color: #0719DA;
 }
</style>

background-color css

<style>
 a { background-color: #0719DA; }

 a { background-color: rgb(7,25,218); }

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

border-color css

<style>
 span { border-color: #0719DA; }

 span { border-color: rgb(7,25,218); }

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