Html Css Color HEX #000DFE Blue

📋 copy color: '#000DFE'

red 0 ◦ green 13 ◦ blue 254

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

Shades of Blue #000DFE

Tints of Blue #000DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 0%
G = 4.87%
B = 95.13%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#000DFE (or 0x000DFE) is known color: Blue. HEX triplet: 00, 0D and FE. RGB value is (0,13,254). Sum of RGB (Red+Green+Blue) = 0+13+254=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 254 (99.61% from 255 or 95.13% from 267); Max value from RGB is 254 - color contains mainly: blue. Hex color #000DFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000DFE is #FFF201. Grayscale: #232323. Windows color (decimal): -16773634 or 16649472. OLE color: 16649472.

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

Color convert

RGB 0 13 254 -
CMYK 1 0.95 0 0.00
HSL 236.93º 1% 0.5% -
HSV(B) 236.93º 1% 1% -
XYZ 18.03 7.44 94.25 -
YUV 36.59 250.69 101.9 -
System Red Green Blue C M Y K H S L
Decimal 0 13 254 1 0.95 0 0.00 236.93 1 0.5
Hex 0 D FE 64 5F 0 0 ED 64 32
Octal 0 15 376 144 137 0 0 355 144 62
Binary 0 1101 11111110 1100100 1011111 0 0 11101101 1100100 110010

Color Harmonies of #000DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DFE

Black with #000DFE

Text Example


Text Example

White with #000DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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