Html Css Color HEX #0730FE Blue

📋 copy color: '#0730FE'

red 7 ◦ green 48 ◦ blue 254

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

Shades of Blue #0730FE

Tints of Blue #0730FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 2.27%
G = 15.53%
B = 82.2%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0730FE (or 0x0730FE) is known color: Blue. HEX triplet: 07, 30 and FE. RGB value is (7,48,254). Sum of RGB (Red+Green+Blue) = 7+48+254=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 254 (99.61% from 255 or 82.20% from 309); Max value from RGB is 254 - color contains mainly: blue. Hex color #0730FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0730FE is #F8CF01. Grayscale: #3A3A3A. Windows color (decimal): -16305922 or 16658439. OLE color: 16658439.

HSL color Cylindrical-coordinate representation of color #0730FE: hue angle of 230.04º 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 #0730FE is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 48 254 -
CMYK 0.97 0.81 0 0.00
HSL 230.04º 0.99% 0.51% -
HSV(B) 230.04º 0.97% 1% -
XYZ 19.03 9.31 94.56 -
YUV 59.23 237.92 90.75 -
System Red Green Blue C M Y K H S L
Decimal 7 48 254 0.97 0.81 0 0.00 230.04 0.99 0.51
Hex 7 30 FE 61 51 0 0 E6 63 33
Octal 7 60 376 141 121 0 0 346 143 63
Binary 111 110000 11111110 1100001 1010001 0 0 11100110 1100011 110011

Color Harmonies of #0730FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0730FE

Black with #0730FE

Text Example


Text Example

White with #0730FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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