Html Css Color HEX #073DFF Blue

📋 copy color: '#073DFF'

red 7 ◦ green 61 ◦ blue 255

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

Shades of Blue #073DFF

Tints of Blue #073DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

 BLUE value IS 255 (100% from 255) = 78.95%

R = 2.17%
G = 18.89%
B = 78.95%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#073DFF (or 0x073DFF) is known color: Blue. HEX triplet: 07, 3D and FF. RGB value is (7,61,255). Sum of RGB (Red+Green+Blue) = 7+61+255=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #073DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073DFF is #F8C200. Grayscale: #424242. Windows color (decimal): -16302593 or 16727303. OLE color: 16727303.

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

Color convert

RGB 7 61 255 -
CMYK 0.97 0.76 0 0
HSL 226.94º 1% 0.51% -
HSV(B) 226.94º 0.97% 1% -
XYZ 19.81 10.6 95.61 -
YUV 66.97 234.11 85.23 -
System Red Green Blue C M Y K H S L
Decimal 7 61 255 0.97 0.76 0 0 226.94 1 0.51
Hex 7 3D FF 61 4C 0 0 E3 64 33
Octal 7 75 377 141 114 0 0 343 144 63
Binary 111 111101 11111111 1100001 1001100 0 0 11100011 1100100 110011

Color Harmonies of #073DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073DFF

Black with #073DFF

Text Example


Text Example

White with #073DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073DFF; }

 p { color: rgb(7,61,255); }

 H1.HeaderClassName
 {
   color: #073DFF;
 }
 .AnyTagClassName
 {
   color: #073DFF;
 }
</style>

background-color css

<style>
 a { background-color: #073DFF; }

 a { background-color: rgb(7,61,255); }

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

border-color css

<style>
 span { border-color: #073DFF; }

 span { border-color: rgb(7,61,255); }

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