Html Css Color HEX #0713F9 Blue

📋 copy color: '#0713F9'

red 7 ◦ green 19 ◦ blue 249

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

Shades of Blue #0713F9

Tints of Blue #0713F9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 249 (97.66% from 255) = 90.55%

R = 2.55%
G = 6.91%
B = 90.55%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0713F9 (or 0x0713F9) is known color: Blue. HEX triplet: 07, 13 and F9. RGB value is (7,19,249). Sum of RGB (Red+Green+Blue) = 7+19+249=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 249 (97.66% from 255 or 90.55% from 275); Max value from RGB is 249 - color contains mainly: blue. Hex color #0713F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0713F9 is #F8EC06. Grayscale: #282828. Windows color (decimal): -16313351 or 16323335. OLE color: 16323335.

HSL color Cylindrical-coordinate representation of color #0713F9: hue angle of 237.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0713F9 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 19 249 -
CMYK 0.97 0.92 0 0.02
HSL 237.02º 0.95% 0.5% -
HSV(B) 237.02º 0.97% 0.98% -
XYZ 17.42 7.35 90.12 -
YUV 41.63 245.02 103.3 -
System Red Green Blue C M Y K H S L
Decimal 7 19 249 0.97 0.92 0 0.02 237.02 0.95 0.5
Hex 7 13 F9 61 5C 0 2 ED 5F 32
Octal 7 23 371 141 134 0 2 355 137 62
Binary 111 10011 11111001 1100001 1011100 0 10 11101101 1011111 110010

Color Harmonies of #0713F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0713F9

Black with #0713F9

Text Example


Text Example

White with #0713F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0713F9; }

 p { color: rgb(7,19,249); }

 H1.HeaderClassName
 {
   color: #0713F9;
 }
 .AnyTagClassName
 {
   color: #0713F9;
 }
</style>

background-color css

<style>
 a { background-color: #0713F9; }

 a { background-color: rgb(7,19,249); }

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

border-color css

<style>
 span { border-color: #0713F9; }

 span { border-color: rgb(7,19,249); }

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