#0438FA

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

Shades of Blue #0438FA

Tints of Blue #0438FA

Color information

#0438FA (or 0x0438FA) is unknown color: approx Blue. HEX triplet: 04, 38 and FA. RGB value is (4,56,250). Sum of RGB (Red+Green+Blue) = 4+56+250=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #0438FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0438FA is #FBC705. Grayscale: #3D3D3D. Windows color (decimal): -16500486 or 16398340. OLE color: 16398340.

HSL color Cylindrical-coordinate representation of color #0438FA: hue angle of 227.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0438FA is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB456250-
CMYK0.980.7800.02
HSL227.32º96.85%49.8%-
HSV(B)227.32º98.4%98.04%-
XYZ18.729.7691.34-
YUV62.57233.7786.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 250 (98.05% from 255) = 80.65%
R=1.29%
G=18.06%
B=80.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal4562500.980.7800.02227.3296.8549.8
Hex438FA624E02e36132
Octal4703721421160234314162
Binary1001110001111101011000101001110010111000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0438FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0438FA; }

 p { color: rgb(4,56,250); }

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

<style>
 a { background-color: #0438FA; }

 a { background-color: rgb(4,56,250); }

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

<style>
 span { border-color: #0438FA; }

 span { border-color: rgb(4,56,250); }

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