Html Css Color HEX #0718DF Medium Blue

📋 copy color: '#0718DF'

red 7 ◦ green 24 ◦ blue 223

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

Shades of Medium Blue #0718DF

Tints of Medium Blue #0718DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 223 (87.5% from 255) = 87.8%

R = 2.76%
G = 9.45%
B = 87.8%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0718DF (or 0x0718DF) is known color: Medium Blue. HEX triplet: 07, 18 and DF. RGB value is (7,24,223). Sum of RGB (Red+Green+Blue) = 7+24+223=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #0718DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0718DF is #F8E720. Grayscale: #282828. Windows color (decimal): -16312097 or 14620679. OLE color: 14620679.

HSL color Cylindrical-coordinate representation of color #0718DF: hue angle of 235.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0718DF is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 24 223 -
CMYK 0.97 0.89 0 0.13
HSL 235.28º 0.94% 0.45% -
HSV(B) 235.28º 0.97% 0.87% -
XYZ 13.73 6.03 70.25 -
YUV 41.6 230.37 103.32 -
System Red Green Blue C M Y K H S L
Decimal 7 24 223 0.97 0.89 0 0.13 235.28 0.94 0.45
Hex 7 18 DF 61 59 0 D EB 5E 2D
Octal 7 30 337 141 131 0 15 353 136 55
Binary 111 11000 11011111 1100001 1011001 0 1101 11101011 1011110 101101

Color Harmonies of #0718DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0718DF

Black with #0718DF

Text Example


Text Example

White with #0718DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0718DF; }

 p { color: rgb(7,24,223); }

 H1.HeaderClassName
 {
   color: #0718DF;
 }
 .AnyTagClassName
 {
   color: #0718DF;
 }
</style>

background-color css

<style>
 a { background-color: #0718DF; }

 a { background-color: rgb(7,24,223); }

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

border-color css

<style>
 span { border-color: #0718DF; }

 span { border-color: rgb(7,24,223); }

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