#003DFC

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

Shades of Blue #003DFC

Tints of Blue #003DFC

Color information

#003DFC (or 0x003DFC) is unknown color: approx Blue. HEX triplet: 00, 3D and FC. RGB value is (0,61,252). Sum of RGB (Red+Green+Blue) = 0+61+252=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #003DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DFC is #FFC203. Grayscale: #3F3F3F. Windows color (decimal): -16761348 or 16530688. OLE color: 16530688.

HSL color Cylindrical-coordinate representation of color #003DFC: hue angle of 225.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DFC is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB061252-
CMYK10.7600.01
HSL225.48º100%49.41%-
HSV(B)225.48º100%98.82%-
XYZ19.2410.3793.08-
YUV64.54233.7981.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 252 (98.83% from 255) = 80.51%
R=0%
G=19.49%
B=80.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal06125210.7600.01225.4810049.41
Hex03DFC644C01e16431
Octal0753741441140134114461
Binary0111101111111001100100100110001111000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003DFC; }

 p { color: rgb(0,61,252); }

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

<style>
 a { background-color: #003DFC; }

 a { background-color: rgb(0,61,252); }

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

<style>
 span { border-color: #003DFC; }

 span { border-color: rgb(0,61,252); }

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