Html Css Color HEX #016CFF Dodger Blue

📋 copy color: '#016CFF'

red 1 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #016CFF

Tints of Dodger Blue #016CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 0.27%
G = 29.67%
B = 70.05%

CMYK

 C value IS 1.00

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#016CFF (or 0x016CFF) is known color: Dodger Blue. HEX triplet: 01, 6C and FF. RGB value is (1,108,255). Sum of RGB (Red+Green+Blue) = 1+108+255=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #016CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CFF is #FE9300. Grayscale: #5C5C5C. Windows color (decimal): -16683777 or 16739329. OLE color: 16739329.

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

Color convert

RGB 1 108 255 -
CMYK 1.00 0.58 0 0
HSL 214.72º 1% 0.5% -
HSV(B) 214.72º 1% 1% -
XYZ 23.43 17.95 96.84 -
YUV 92.77 219.55 62.55 -
System Red Green Blue C M Y K H S L
Decimal 1 108 255 1.00 0.58 0 0 214.72 1 0.5
Hex 1 6C FF 64 3A 0 0 D7 64 32
Octal 1 154 377 144 72 0 0 327 144 62
Binary 1 1101100 11111111 1100100 111010 0 0 11010111 1100100 110010

Color Harmonies of #016CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CFF

Black with #016CFF

Text Example


Text Example

White with #016CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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