#0738F4

Color #0738F4 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0738F4

Tints of Blue #0738F4

Color information

#0738F4 (or 0x0738F4) is unknown color: approx Blue. HEX triplet: 07, 38 and F4. RGB value is (7,56,244). Sum of RGB (Red+Green+Blue) = 7+56+244=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 244 (95.70% from 255 or 79.48% from 307); Max value from RGB is 244 - color contains mainly: blue. Hex color #0738F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0738F4 is #F8C70B. Grayscale: #3D3D3D. Windows color (decimal): -16303884 or 16005127. OLE color: 16005127.

HSL color Cylindrical-coordinate representation of color #0738F4: hue angle of 227.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0738F4 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB756244-
CMYK0.970.7700.04
HSL227.59º94.42%49.22%-
HSV(B)227.59º97.13%95.69%-
XYZ17.839.4186.46-
YUV62.78230.2788.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.28%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 244 (95.70% from 255) = 79.48%
R=2.28%
G=18.24%
B=79.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal7562440.970.7700.04227.5994.4249.22
Hex738F4614D04e45e31
Octal7703641411150434413661
Binary11111100011110100110000110011010100111001001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0738F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0738F4; }

 p { color: rgb(7,56,244); }

 H1.HeaderClassName
 {
   color: #0738F4;
 }
 .AnyTagClassName
 {
   color: #0738F4;
 }
</style>
background-color css

<style>
 a { background-color: #0738F4; }

 a { background-color: rgb(7,56,244); }

 div.DivClassName
 {
   background-color: #0738F4;
 }
 .BgClassName
 {
   background-color: #0738F4;
 }
</style>
border-color css

<style>
 span { border-color: #0738F4; }

 span { border-color: rgb(7,56,244); }

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