Html Css Color HEX #073FFC Blue

📋 copy color: '#073FFC'

red 7 ◦ green 63 ◦ blue 252

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

Shades of Blue #073FFC

Tints of Blue #073FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

 BLUE value IS 252 (98.83% from 255) = 78.26%

R = 2.17%
G = 19.57%
B = 78.26%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#073FFC (or 0x073FFC) is known color: Blue. HEX triplet: 07, 3F and FC. RGB value is (7,63,252). Sum of RGB (Red+Green+Blue) = 7+63+252=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #073FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FFC is #F8C003. Grayscale: #424242. Windows color (decimal): -16302084 or 16531207. OLE color: 16531207.

HSL color Cylindrical-coordinate representation of color #073FFC: hue angle of 226.29º 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 #073FFC is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 63 252 -
CMYK 0.97 0.75 0 0.01
HSL 226.29º 0.98% 0.51% -
HSV(B) 226.29º 0.97% 0.99% -
XYZ 19.44 10.63 93.12 -
YUV 67.8 231.95 84.63 -
System Red Green Blue C M Y K H S L
Decimal 7 63 252 0.97 0.75 0 0.01 226.29 0.98 0.51
Hex 7 3F FC 61 4B 0 1 E2 62 33
Octal 7 77 374 141 113 0 1 342 142 63
Binary 111 111111 11111100 1100001 1001011 0 1 11100010 1100010 110011

Color Harmonies of #073FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FFC

Black with #073FFC

Text Example


Text Example

White with #073FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,63,252); }

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

background-color css

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

 a { background-color: rgb(7,63,252); }

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

border-color css

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

 span { border-color: rgb(7,63,252); }

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