Html Css Color HEX #003DFE Blue

📋 copy color: '#003DFE'

red 0 ◦ green 61 ◦ blue 254

#003DFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #003DFE

Tints of Blue #003DFE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 254 (99.61% from 255) = 80.63%

R = 0%
G = 19.37%
B = 80.63%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#003DFE (or 0x003DFE) is known color: Blue. HEX triplet: 00, 3D and FE. RGB value is (0,61,254). Sum of RGB (Red+Green+Blue) = 0+61+254=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #003DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DFE is #FFC201. Grayscale: #3F3F3F. Windows color (decimal): -16761346 or 16661760. OLE color: 16661760.

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

Color convert

RGB 0 61 254 -
CMYK 1 0.76 0 0.00
HSL 225.59º 1% 0.5% -
HSV(B) 225.59º 1% 1% -
XYZ 19.56 10.49 94.76 -
YUV 64.76 234.79 81.81 -
System Red Green Blue C M Y K H S L
Decimal 0 61 254 1 0.76 0 0.00 225.59 1 0.5
Hex 0 3D FE 64 4C 0 0 E2 64 32
Octal 0 75 376 144 114 0 0 342 144 62
Binary 0 111101 11111110 1100100 1001100 0 0 11100010 1100100 110010

Color Harmonies of #003DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DFE

Black with #003DFE

Text Example


Text Example

White with #003DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #003DFE;
 }
 .AnyTagClassName
 {
   color: #003DFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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