Html Css Color HEX #016DFE Dodger Blue

📋 copy color: '#016DFE'

red 1 ◦ green 109 ◦ blue 254

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

Shades of Dodger Blue #016DFE

Tints of Dodger Blue #016DFE

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 109 (42.97% from 255) = 29.95%

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

R = 0.27%
G = 29.95%
B = 69.78%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#016DFE (or 0x016DFE) is known color: Dodger Blue. HEX triplet: 01, 6D and FE. RGB value is (1,109,254). Sum of RGB (Red+Green+Blue) = 1+109+254=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #016DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DFE is #FE9201. Grayscale: #5C5C5C. Windows color (decimal): -16683522 or 16674049. OLE color: 16674049.

HSL color Cylindrical-coordinate representation of color #016DFE: hue angle of 214.39º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DFE is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 109 254 -
CMYK 1.00 0.57 0 0.00
HSL 214.39º 0.99% 0.5% -
HSV(B) 214.39º 1% 1% -
XYZ 23.37 18.1 96.03 -
YUV 93.24 218.72 62.21 -
System Red Green Blue C M Y K H S L
Decimal 1 109 254 1.00 0.57 0 0.00 214.39 0.99 0.5
Hex 1 6D FE 64 39 0 0 D6 63 32
Octal 1 155 376 144 71 0 0 326 143 62
Binary 1 1101101 11111110 1100100 111001 0 0 11010110 1100011 110010

Color Harmonies of #016DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DFE

Black with #016DFE

Text Example


Text Example

White with #016DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,254); }

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

background-color css

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

 a { background-color: rgb(1,109,254); }

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

border-color css

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

 span { border-color: rgb(1,109,254); }

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