#0A38FD

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

Shades of Blue #0A38FD

Tints of Blue #0A38FD

Color information

#0A38FD (or 0x0A38FD) is unknown color: approx Blue. HEX triplet: 0A, 38 and FD. RGB value is (10,56,253). Sum of RGB (Red+Green+Blue) = 10+56+253=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A38FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A38FD is #F5C702. Grayscale: #3F3F3F. Windows color (decimal): -16107267 or 16594954. OLE color: 16594954.

HSL color Cylindrical-coordinate representation of color #0A38FD: hue angle of 228.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A38FD is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1056253-
CMYK0.960.7800.01
HSL228.64º98.38%51.57%-
HSV(B)228.64º96.05%99.22%-
XYZ19.279.9893.84-
YUV64.7234.2688.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.13%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 253 (99.22% from 255) = 79.31%
R=3.13%
G=17.55%
B=79.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal10562530.960.7800.01228.6498.3851.57
HexA38FD604E01e56234
Octal12703751401160134514264
Binary1010111000111111011100000100111001111001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A38FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A38FD; }

 p { color: rgb(10,56,253); }

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

<style>
 a { background-color: #0A38FD; }

 a { background-color: rgb(10,56,253); }

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

<style>
 span { border-color: #0A38FD; }

 span { border-color: rgb(10,56,253); }

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