Html Css Color HEX #016FFF Dodger Blue

📋 copy color: '#016FFF'

red 1 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #016FFF

Tints of Dodger Blue #016FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

 BLUE value IS 255 (100% from 255) = 69.48%

R = 0.27%
G = 30.25%
B = 69.48%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#016FFF (or 0x016FFF) is known color: Dodger Blue. HEX triplet: 01, 6F and FF. RGB value is (1,111,255). Sum of RGB (Red+Green+Blue) = 1+111+255=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #016FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FFF is #FE9000. Grayscale: #5D5D5D. Windows color (decimal): -16683009 or 16740097. OLE color: 16740097.

HSL color Cylindrical-coordinate representation of color #016FFF: hue angle of 214.02º 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 #016FFF is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 111 255 -
CMYK 1.00 0.56 0 0
HSL 214.02º 1% 0.5% -
HSV(B) 214.02º 1% 1% -
XYZ 23.75 18.6 96.95 -
YUV 94.53 218.56 61.29 -
System Red Green Blue C M Y K H S L
Decimal 1 111 255 1.00 0.56 0 0 214.02 1 0.5
Hex 1 6F FF 64 38 0 0 D6 64 32
Octal 1 157 377 144 70 0 0 326 144 62
Binary 1 1101111 11111111 1100100 111000 0 0 11010110 1100100 110010

Color Harmonies of #016FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FFF

Black with #016FFF

Text Example


Text Example

White with #016FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,111,255); }

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

background-color css

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

 a { background-color: rgb(1,111,255); }

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

border-color css

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

 span { border-color: rgb(1,111,255); }

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