Html Css Color HEX #003FFE Blue

📋 copy color: '#003FFE'

red 0 ◦ green 63 ◦ blue 254

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

Shades of Blue #003FFE

Tints of Blue #003FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

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

R = 0%
G = 19.87%
B = 80.13%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#003FFE (or 0x003FFE) is known color: Blue. HEX triplet: 00, 3F and FE. RGB value is (0,63,254). Sum of RGB (Red+Green+Blue) = 0+63+254=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #003FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FFE is #FFC001. Grayscale: #414141. Windows color (decimal): -16760834 or 16662272. OLE color: 16662272.

HSL color Cylindrical-coordinate representation of color #003FFE: hue angle of 225.12º 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 #003FFE is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 63 254 -
CMYK 1 0.75 0 0.00
HSL 225.12º 1% 0.5% -
HSV(B) 225.12º 1% 1% -
XYZ 19.67 10.71 94.8 -
YUV 65.94 234.13 80.97 -
System Red Green Blue C M Y K H S L
Decimal 0 63 254 1 0.75 0 0.00 225.12 1 0.5
Hex 0 3F FE 64 4B 0 0 E1 64 32
Octal 0 77 376 144 113 0 0 341 144 62
Binary 0 111111 11111110 1100100 1001011 0 0 11100001 1100100 110010

Color Harmonies of #003FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FFE

Black with #003FFE

Text Example


Text Example

White with #003FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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