Html Css Color HEX #016DFB Dodger Blue

📋 copy color: '#016DFB'

red 1 ◦ green 109 ◦ blue 251

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

Shades of Dodger Blue #016DFB

Tints of Dodger Blue #016DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 0.28%
G = 30.19%
B = 69.53%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#016DFB (or 0x016DFB) is known color: Dodger Blue. HEX triplet: 01, 6D and FB. RGB value is (1,109,251). Sum of RGB (Red+Green+Blue) = 1+109+251=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #016DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DFB is #FE9204. Grayscale: #5C5C5C. Windows color (decimal): -16683525 or 16477441. OLE color: 16477441.

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

Color convert

RGB 1 109 251 -
CMYK 1.00 0.57 0 0.02
HSL 214.08º 0.99% 0.49% -
HSV(B) 214.08º 1% 0.98% -
XYZ 22.89 17.91 93.52 -
YUV 92.9 217.22 62.45 -
System Red Green Blue C M Y K H S L
Decimal 1 109 251 1.00 0.57 0 0.02 214.08 0.99 0.49
Hex 1 6D FB 64 39 0 2 D6 63 31
Octal 1 155 373 144 71 0 2 326 143 61
Binary 1 1101101 11111011 1100100 111001 0 10 11010110 1100011 110001

Color Harmonies of #016DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DFB

Black with #016DFB

Text Example


Text Example

White with #016DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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