Html Css Color HEX #0713FE Blue

📋 copy color: '#0713FE'

red 7 ◦ green 19 ◦ blue 254

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

Shades of Blue #0713FE

Tints of Blue #0713FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 90.71%

R = 2.5%
G = 6.79%
B = 90.71%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0713FE (or 0x0713FE) is known color: Blue. HEX triplet: 07, 13 and FE. RGB value is (7,19,254). Sum of RGB (Red+Green+Blue) = 7+19+254=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 254 (99.61% from 255 or 90.71% from 280); Max value from RGB is 254 - color contains mainly: blue. Hex color #0713FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0713FE is #F8EC01. Grayscale: #292929. Windows color (decimal): -16313346 or 16651015. OLE color: 16651015.

HSL color Cylindrical-coordinate representation of color #0713FE: hue angle of 237.09º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0713FE is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 19 254 -
CMYK 0.97 0.93 0 0.00
HSL 237.09º 0.99% 0.51% -
HSV(B) 237.09º 0.97% 1% -
XYZ 18.21 7.67 94.29 -
YUV 42.2 247.52 102.89 -
System Red Green Blue C M Y K H S L
Decimal 7 19 254 0.97 0.93 0 0.00 237.09 0.99 0.51
Hex 7 13 FE 61 5D 0 0 ED 63 33
Octal 7 23 376 141 135 0 0 355 143 63
Binary 111 10011 11111110 1100001 1011101 0 0 11101101 1100011 110011

Color Harmonies of #0713FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0713FE

Black with #0713FE

Text Example


Text Example

White with #0713FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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