Html Css Color HEX #0014FE Blue

📋 copy color: '#0014FE'

red 0 ◦ green 20 ◦ blue 254

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

Shades of Blue #0014FE

Tints of Blue #0014FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

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

R = 0%
G = 7.3%
B = 92.7%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0014FE (or 0x0014FE) is known color: Blue. HEX triplet: 00, 14 and FE. RGB value is (0,20,254). Sum of RGB (Red+Green+Blue) = 0+20+254=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 254 (99.61% from 255 or 92.70% from 274); Max value from RGB is 254 - color contains mainly: blue. Hex color #0014FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0014FE is #FFEB01. Grayscale: #272727. Windows color (decimal): -16771842 or 16651264. OLE color: 16651264.

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

Color convert

RGB 0 20 254 -
CMYK 1 0.92 0 0.00
HSL 235.28º 1% 0.5% -
HSV(B) 235.28º 1% 1% -
XYZ 18.14 7.66 94.29 -
YUV 40.7 248.37 98.97 -
System Red Green Blue C M Y K H S L
Decimal 0 20 254 1 0.92 0 0.00 235.28 1 0.5
Hex 0 14 FE 64 5C 0 0 EB 64 32
Octal 0 24 376 144 134 0 0 353 144 62
Binary 0 10100 11111110 1100100 1011100 0 0 11101011 1100100 110010

Color Harmonies of #0014FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0014FE

Black with #0014FE

Text Example


Text Example

White with #0014FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0014FE; }

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

 H1.HeaderClassName
 {
   color: #0014FE;
 }
 .AnyTagClassName
 {
   color: #0014FE;
 }
</style>

background-color css

<style>
 a { background-color: #0014FE; }

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

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

border-color css

<style>
 span { border-color: #0014FE; }

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

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