Html Css Color HEX #0014FC Blue

📋 copy color: '#0014FC'

red 0 ◦ green 20 ◦ blue 252

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

Shades of Blue #0014FC

Tints of Blue #0014FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 92.65%

R = 0%
G = 7.35%
B = 92.65%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0014FC (or 0x0014FC) is known color: Blue. HEX triplet: 00, 14 and FC. RGB value is (0,20,252). Sum of RGB (Red+Green+Blue) = 0+20+252=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 252 (98.83% from 255 or 92.65% from 272); Max value from RGB is 252 - color contains mainly: blue. Hex color #0014FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0014FC is #FFEB03. Grayscale: #272727. Windows color (decimal): -16771844 or 16520192. OLE color: 16520192.

HSL color Cylindrical-coordinate representation of color #0014FC: hue angle of 235.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014FC is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 20 252 -
CMYK 1 0.92 0 0.01
HSL 235.24º 1% 0.49% -
HSV(B) 235.24º 1% 0.99% -
XYZ 17.82 7.53 92.61 -
YUV 40.47 247.37 99.14 -
System Red Green Blue C M Y K H S L
Decimal 0 20 252 1 0.92 0 0.01 235.24 1 0.49
Hex 0 14 FC 64 5C 0 1 EB 64 31
Octal 0 24 374 144 134 0 1 353 144 61
Binary 0 10100 11111100 1100100 1011100 0 1 11101011 1100100 110001

Color Harmonies of #0014FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0014FC

Black with #0014FC

Text Example


Text Example

White with #0014FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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