Html Css Color HEX #0730FD Blue

📋 copy color: '#0730FD'

red 7 ◦ green 48 ◦ blue 253

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

Shades of Blue #0730FD

Tints of Blue #0730FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 82.14%

R = 2.27%
G = 15.58%
B = 82.14%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0730FD (or 0x0730FD) is known color: Blue. HEX triplet: 07, 30 and FD. RGB value is (7,48,253). Sum of RGB (Red+Green+Blue) = 7+48+253=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #0730FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0730FD is #F8CF02. Grayscale: #3A3A3A. Windows color (decimal): -16305923 or 16592903. OLE color: 16592903.

HSL color Cylindrical-coordinate representation of color #0730FD: hue angle of 230º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0730FD is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 48 253 -
CMYK 0.97 0.81 0 0.01
HSL 230º 0.98% 0.51% -
HSV(B) 230º 0.97% 0.99% -
XYZ 18.87 9.25 93.72 -
YUV 59.11 237.42 90.83 -
System Red Green Blue C M Y K H S L
Decimal 7 48 253 0.97 0.81 0 0.01 230 0.98 0.51
Hex 7 30 FD 61 51 0 1 E6 62 33
Octal 7 60 375 141 121 0 1 346 142 63
Binary 111 110000 11111101 1100001 1010001 0 1 11100110 1100010 110011

Color Harmonies of #0730FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0730FD

Black with #0730FD

Text Example


Text Example

White with #0730FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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