#0D3AF8

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

Shades of Blue #0D3AF8

Tints of Blue #0D3AF8

Color information

#0D3AF8 (or 0x0D3AF8) is unknown color: approx Blue. HEX triplet: 0D, 3A and F8. RGB value is (13,58,248). Sum of RGB (Red+Green+Blue) = 13+58+248=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 248 (97.27% from 255 or 77.74% from 319); Max value from RGB is 248 - color contains mainly: blue. Hex color #0D3AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3AF8 is #F2C507. Grayscale: #414141. Windows color (decimal): -15910152 or 16267789. OLE color: 16267789.

HSL color Cylindrical-coordinate representation of color #0D3AF8: hue angle of 228.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D3AF8 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1358248-
CMYK0.950.7700.03
HSL228.51º94.38%51.18%-
HSV(B)228.51º94.76%97.25%-
XYZ18.629.8989.73-
YUV66.2230.5990.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.08%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 248 (97.27% from 255) = 77.74%
R=4.08%
G=18.18%
B=77.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal13582480.950.7700.03228.5194.3851.18
HexD3AF85F4D03e55e33
Octal15723701371150334513663
Binary11011110101111100010111111001101011111001011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,58,248); }

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

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

 a { background-color: rgb(13,58,248); }

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

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

 span { border-color: rgb(13,58,248); }

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