Html Css Color HEX #001DFE Blue

📋 copy color: '#001DFE'

red 0 ◦ green 29 ◦ blue 254

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

Shades of Blue #001DFE

Tints of Blue #001DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 0%
G = 10.25%
B = 89.75%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#001DFE (or 0x001DFE) is known color: Blue. HEX triplet: 00, 1D and FE. RGB value is (0,29,254). Sum of RGB (Red+Green+Blue) = 0+29+254=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 254 (99.61% from 255 or 89.75% from 283); Max value from RGB is 254 - color contains mainly: blue. Hex color #001DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001DFE is #FFE201. Grayscale: #2D2D2D. Windows color (decimal): -16769538 or 16653568. OLE color: 16653568.

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

Color convert

RGB 0 29 254 -
CMYK 1 0.89 0 0.00
HSL 233.15º 1% 0.5% -
HSV(B) 233.15º 1% 1% -
XYZ 18.33 8.03 94.35 -
YUV 45.98 245.39 95.2 -
System Red Green Blue C M Y K H S L
Decimal 0 29 254 1 0.89 0 0.00 233.15 1 0.5
Hex 0 1D FE 64 59 0 0 E9 64 32
Octal 0 35 376 144 131 0 0 351 144 62
Binary 0 11101 11111110 1100100 1011001 0 0 11101001 1100100 110010

Color Harmonies of #001DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DFE

Black with #001DFE

Text Example


Text Example

White with #001DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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